#8C06BA

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

Shades of Dark Violet #8C06BA

Tints of Dark Violet #8C06BA

Color information

#8C06BA (or 0x8C06BA) is unknown color: approx Dark Violet. HEX triplet: 8C, 06 and BA. RGB value is (140,6,186). Sum of RGB (Red+Green+Blue) = 140+6+186=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C06BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C06BA is #73F945. Grayscale: #424242. Windows color (decimal): -7600454 or 12191372. OLE color: 12191372.

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

Color convert

RGB1406186-
CMYK0.250.9700.27
HSL284.67º93.75%37.65%-
HSV(B)284.67º96.77%72.94%-
XYZ19.749.2547.2-
YUV66.59195.39180.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.17%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 186 (73.05% from 255) = 56.02%
R=42.17%
G=1.81%
B=56.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14061860.250.9700.27284.6793.7537.65
Hex8C6BA196101B11d5e26
Octal21462723114103343513646
Binary10001100110101110101100111000010110111000111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C06BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,6,186); }

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

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

 a { background-color: rgb(140,6,186); }

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

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

 span { border-color: rgb(140,6,186); }

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