#9C00CC

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

Shades of Dark Violet #9C00CC

Tints of Dark Violet #9C00CC

Color information

#9C00CC (or 0x9C00CC) is unknown color: approx Dark Violet. HEX triplet: 9C, 00 and CC. RGB value is (156,0,204). Sum of RGB (Red+Green+Blue) = 156+0+204=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00CC is #63FF33. Grayscale: #454545. Windows color (decimal): -6553396 or 13369500. OLE color: 13369500.

HSL color Cylindrical-coordinate representation of color #9C00CC: hue angle of 285.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00CC is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1560204-
CMYK0.24100.2
HSL285.88º100%40%-
HSV(B)285.88º100%80%-
XYZ24.6111.4358.04-
YUV69.9203.68189.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=43.33%
G=0%
B=56.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal15602040.24100.2285.8810040
Hex9C0CC186401411e6428
Octal23403143014402443614450
Binary100111000110011001100011001000101001000111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,204); }

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

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

 a { background-color: rgb(156,0,204); }

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

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

 span { border-color: rgb(156,0,204); }

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