Html Css Color HEX #9C0DDC Dark Violet

📋 copy color: '#9C0DDC'

red 156 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #9C0DDC

Tints of Dark Violet #9C0DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.34%

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

R = 40.1%
G = 3.34%
B = 56.56%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C0DDC (or 0x9C0DDC) is known color: Dark Violet. HEX triplet: 9C, 0D and DC. RGB value is (156,13,220). Sum of RGB (Red+Green+Blue) = 156+13+220=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DDC is #63F223. Grayscale: #4E4E4E. Windows color (decimal): -6550052 or 14421404. OLE color: 14421404.

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

Color convert

RGB 156 13 220 -
CMYK 0.29 0.94 0 0.14
HSL 281.45º 0.89% 0.46% -
HSV(B) 281.45º 0.94% 0.86% -
XYZ 26.77 12.52 68.72 -
YUV 79.36 207.38 182.67 -
System Red Green Blue C M Y K H S L
Decimal 156 13 220 0.29 0.94 0 0.14 281.45 0.89 0.46
Hex 9C D DC 1D 5E 0 E 119 59 2E
Octal 234 15 334 35 136 0 16 431 131 56
Binary 10011100 1101 11011100 11101 1011110 0 1110 100011001 1011001 101110

Color Harmonies of #9C0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DDC

Black with #9C0DDC

Text Example


Text Example

White with #9C0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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