#8A2FF6

Color #8A2FF6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8A2FF6

Tints of Blue Violet #8A2FF6

Color information

#8A2FF6 (or 0x8A2FF6) is unknown color: approx Blue Violet. HEX triplet: 8A, 2F and F6. RGB value is (138,47,246). Sum of RGB (Red+Green+Blue) = 138+47+246=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A2FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A2FF6 is #75D009. Grayscale: #606060. Windows color (decimal): -7720970 or 16134026. OLE color: 16134026.

HSL color Cylindrical-coordinate representation of color #8A2FF6: hue angle of 267.44º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A2FF6 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13847246-
CMYK0.440.8100.04
HSL267.44º91.71%57.45%-
HSV(B)267.44º80.89%96.47%-
XYZ28.1314.0988.43-
YUV96.9212.15157.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 47 (18.75% from 255) = 10.90%
BLUE value IS 246 (96.48% from 255) = 57.08%
R=32.02%
G=10.90%
B=57.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138472460.440.8100.04267.4491.7157.45
Hex8A2FF62C510410b5c39
Octal21257366541210441313471
Binary1000101010111111110110101100101000101001000010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A2FF6; }

 p { color: rgb(138,47,246); }

 H1.HeaderClassName
 {
   color: #8A2FF6;
 }
 .AnyTagClassName
 {
   color: #8A2FF6;
 }
</style>
background-color css

<style>
 a { background-color: #8A2FF6; }

 a { background-color: rgb(138,47,246); }

 div.DivClassName
 {
   background-color: #8A2FF6;
 }
 .BgClassName
 {
   background-color: #8A2FF6;
 }
</style>
border-color css

<style>
 span { border-color: #8A2FF6; }

 span { border-color: rgb(138,47,246); }

 td.TdClassName
 {
   border-color: #8A2FF6;
 }
 .TagClassName
 {
   border-color: #8A2FF6;
 }
</style>