#9C0DC7

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

Shades of Dark Violet #9C0DC7

Tints of Dark Violet #9C0DC7

Color information

#9C0DC7 (or 0x9C0DC7) is unknown color: approx Dark Violet. HEX triplet: 9C, 0D and C7. RGB value is (156,13,199). Sum of RGB (Red+Green+Blue) = 156+13+199=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C0DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DC7 is #63F238. Grayscale: #4C4C4C. Windows color (decimal): -6550073 or 13045148. OLE color: 13045148.

HSL color Cylindrical-coordinate representation of color #9C0DC7: hue angle of 286.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0DC7 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15613199-
CMYK0.220.9300.22
HSL286.13º87.74%41.57%-
HSV(B)286.13º93.47%78.04%-
XYZ24.1611.4854.98-
YUV76.96196.88184.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 13 (5.47% from 255) = 3.53%
BLUE value IS 199 (78.12% from 255) = 54.08%
R=42.39%
G=3.53%
B=54.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156131990.220.9300.22286.1387.7441.57
Hex9CDC7165D01611e582a
Octal234153072613502643613052
Binary100111001101110001111011010111010101101000111101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,199); }

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

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

 a { background-color: rgb(156,13,199); }

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

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

 span { border-color: rgb(156,13,199); }

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