Html Css Color HEX #9C0ADE Dark Violet

📋 copy color: '#9C0ADE'

red 156 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #9C0ADE

Tints of Dark Violet #9C0ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 40.21%
G = 2.58%
B = 57.22%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C0ADE (or 0x9C0ADE) is known color: Dark Violet. HEX triplet: 9C, 0A and DE. RGB value is (156,10,222). Sum of RGB (Red+Green+Blue) = 156+10+222=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C0ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0ADE is #63F521. Grayscale: #4D4D4D. Windows color (decimal): -6550818 or 14551708. OLE color: 14551708.

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

Color convert

RGB 156 10 222 -
CMYK 0.30 0.95 0 0.13
HSL 281.32º 0.91% 0.45% -
HSV(B) 281.32º 0.95% 0.87% -
XYZ 27 12.56 70.11 -
YUV 77.82 209.37 183.76 -
System Red Green Blue C M Y K H S L
Decimal 156 10 222 0.30 0.95 0 0.13 281.32 0.91 0.45
Hex 9C A DE 1E 5F 0 D 119 5B 2D
Octal 234 12 336 36 137 0 15 431 133 55
Binary 10011100 1010 11011110 11110 1011111 0 1101 100011001 1011011 101101

Color Harmonies of #9C0ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0ADE

Black with #9C0ADE

Text Example


Text Example

White with #9C0ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,10,222); }

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

background-color css

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

 a { background-color: rgb(156,10,222); }

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

border-color css

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

 span { border-color: rgb(156,10,222); }

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