Html Css Color HEX #9C0CDD Dark Violet

📋 copy color: '#9C0CDD'

red 156 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #9C0CDD

Tints of Dark Violet #9C0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.81%

R = 40.1%
G = 3.08%
B = 56.81%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C0CDD (or 0x9C0CDD) is known color: Dark Violet. HEX triplet: 9C, 0C and DD. RGB value is (156,12,221). Sum of RGB (Red+Green+Blue) = 156+12+221=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C0CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CDD is #63F322. Grayscale: #4E4E4E. Windows color (decimal): -6550307 or 14486684. OLE color: 14486684.

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

Color convert

RGB 156 12 221 -
CMYK 0.29 0.95 0 0.13
HSL 281.34º 0.9% 0.46% -
HSV(B) 281.34º 0.95% 0.87% -
XYZ 26.89 12.55 69.41 -
YUV 78.88 208.21 183.01 -
System Red Green Blue C M Y K H S L
Decimal 156 12 221 0.29 0.95 0 0.13 281.34 0.9 0.46
Hex 9C C DD 1D 5F 0 D 119 5A 2E
Octal 234 14 335 35 137 0 15 431 132 56
Binary 10011100 1100 11011101 11101 1011111 0 1101 100011001 1011010 101110

Color Harmonies of #9C0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0CDD

Black with #9C0CDD

Text Example


Text Example

White with #9C0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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