#9C07BF

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

Shades of Dark Violet #9C07BF

Tints of Dark Violet #9C07BF

Color information

#9C07BF (or 0x9C07BF) is unknown color: approx Dark Violet. HEX triplet: 9C, 07 and BF. RGB value is (156,7,191). Sum of RGB (Red+Green+Blue) = 156+7+191=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C07BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C07BF is #63F840. Grayscale: #474747. Windows color (decimal): -6551617 or 12519324. OLE color: 12519324.

HSL color Cylindrical-coordinate representation of color #9C07BF: hue angle of 288.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C07BF is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1567191-
CMYK0.180.9600.25
HSL288.59º92.93%38.82%-
HSV(B)288.59º96.34%74.9%-
XYZ23.1910.9850.19-
YUV72.53194.86187.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.07%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 191 (75% from 255) = 53.95%
R=44.07%
G=1.98%
B=53.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15671910.180.9600.25288.5992.9338.82
Hex9C7BF12600191215d27
Octal23472772214003144113547
Binary10011100111101111111001011000000110011001000011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C07BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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