#9C0CC7

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

Shades of Dark Violet #9C0CC7

Tints of Dark Violet #9C0CC7

Color information

#9C0CC7 (or 0x9C0CC7) is unknown color: approx Dark Violet. HEX triplet: 9C, 0C and C7. RGB value is (156,12,199). Sum of RGB (Red+Green+Blue) = 156+12+199=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 199 (78.12% from 255 or 54.22% from 367); Max value from RGB is 199 - color contains mainly: blue. Hex color #9C0CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CC7 is #63F338. Grayscale: #4B4B4B. Windows color (decimal): -6550329 or 13044892. OLE color: 13044892.

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

Color convert

RGB15612199-
CMYK0.220.9400.22
HSL286.2º88.63%41.37%-
HSV(B)286.2º93.97%78.04%-
XYZ24.1511.4554.97-
YUV76.37197.21184.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.51%
GREEN value IS 12 (5.08% from 255) = 3.27%
BLUE value IS 199 (78.12% from 255) = 54.22%
R=42.51%
G=3.27%
B=54.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal156121990.220.9400.22286.288.6341.37
Hex9CCC7165E01611e5929
Octal234143072613602643613151
Binary100111001100110001111011010111100101101000111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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