Html Css Color HEX #9C0CDC Dark Violet

📋 copy color: '#9C0CDC'

red 156 ◦ green 12 ◦ blue 220

#9C0CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9C0CDC

Tints of Dark Violet #9C0CDC

RGB

 RED value IS 156 (61.33% from 255) = 40.21%

 GREEN value IS 12 (5.08% from 255) = 3.09%

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 40.21%
G = 3.09%
B = 56.7%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C0CDC (or 0x9C0CDC) is known color: Dark Violet. HEX triplet: 9C, 0C and DC. RGB value is (156,12,220). Sum of RGB (Red+Green+Blue) = 156+12+220=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CDC is #63F323. Grayscale: #4E4E4E. Windows color (decimal): -6550308 or 14421148. OLE color: 14421148.

HSL color Cylindrical-coordinate representation of color #9C0CDC: hue angle of 281.54º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CDC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 12 220 -
CMYK 0.29 0.95 0 0.14
HSL 281.54º 0.9% 0.45% -
HSV(B) 281.54º 0.95% 0.86% -
XYZ 26.76 12.5 68.71 -
YUV 78.77 207.71 183.09 -
System Red Green Blue C M Y K H S L
Decimal 156 12 220 0.29 0.95 0 0.14 281.54 0.9 0.45
Hex 9C C DC 1D 5F 0 E 11A 5A 2D
Octal 234 14 334 35 137 0 16 432 132 55
Binary 10011100 1100 11011100 11101 1011111 0 1110 100011010 1011010 101101

Color Harmonies of #9C0CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CDC

Black with #9C0CDC

Text Example


Text Example

White with #9C0CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0CDC;
 }
 .AnyTagClassName
 {
   color: #9C0CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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