#8A06BF

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

Shades of Dark Violet #8A06BF

Tints of Dark Violet #8A06BF

Color information

#8A06BF (or 0x8A06BF) is unknown color: approx Dark Violet. HEX triplet: 8A, 06 and BF. RGB value is (138,6,191). Sum of RGB (Red+Green+Blue) = 138+6+191=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A06BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A06BF is #75F940. Grayscale: #414141. Windows color (decimal): -7731521 or 12519050. OLE color: 12519050.

HSL color Cylindrical-coordinate representation of color #8A06BF: hue angle of 282.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A06BF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1386191-
CMYK0.280.9700.25
HSL282.81º93.91%38.63%-
HSV(B)282.81º96.86%74.9%-
XYZ19.959.350.03-
YUV66.56198.23178.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 6 (2.73% from 255) = 1.79%
BLUE value IS 191 (75% from 255) = 57.01%
R=41.19%
G=1.79%
B=57.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13861910.280.9700.25282.8193.9138.63
Hex8A6BF1C6101911b5e27
Octal21262773414103143313647
Binary10001010110101111111110011000010110011000110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A06BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,6,191); }

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

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

 a { background-color: rgb(138,6,191); }

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

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

 span { border-color: rgb(138,6,191); }

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