#9C06BF

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

Shades of Dark Violet #9C06BF

Tints of Dark Violet #9C06BF

Color information

#9C06BF (or 0x9C06BF) is unknown color: approx Dark Violet. HEX triplet: 9C, 06 and BF. RGB value is (156,6,191). Sum of RGB (Red+Green+Blue) = 156+6+191=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C06BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C06BF is #63F940. Grayscale: #474747. Windows color (decimal): -6551873 or 12519068. OLE color: 12519068.

HSL color Cylindrical-coordinate representation of color #9C06BF: hue angle of 288.65º 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 #9C06BF is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1566191-
CMYK0.180.9700.25
HSL288.65º93.91%38.63%-
HSV(B)288.65º96.86%74.9%-
XYZ23.1810.9650.18-
YUV71.94195.2187.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 191 (75% from 255) = 54.11%
R=44.19%
G=1.70%
B=54.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15661910.180.9700.25288.6593.9138.63
Hex9C6BF12610191215e27
Octal23462772214103144113647
Binary10011100110101111111001011000010110011001000011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C06BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C06BF; }

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

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

<style>
 a { background-color: #9C06BF; }

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

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

<style>
 span { border-color: #9C06BF; }

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

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