Html Css Color HEX #9C0DD6 Dark Violet

📋 copy color: '#9C0DD6'

red 156 ◦ green 13 ◦ blue 214

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

Shades of Dark Violet #9C0DD6

Tints of Dark Violet #9C0DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.87%

R = 40.73%
G = 3.39%
B = 55.87%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C0DD6 (or 0x9C0DD6) is known color: Dark Violet. HEX triplet: 9C, 0D and D6. RGB value is (156,13,214). Sum of RGB (Red+Green+Blue) = 156+13+214=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #9C0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DD6 is #63F229. Grayscale: #4E4E4E. Windows color (decimal): -6550058 or 14028188. OLE color: 14028188.

HSL color Cylindrical-coordinate representation of color #9C0DD6: hue angle of 282.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0DD6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 13 214 -
CMYK 0.27 0.94 0 0.16
HSL 282.69º 0.89% 0.45% -
HSV(B) 282.69º 0.94% 0.84% -
XYZ 25.99 12.21 64.61 -
YUV 78.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 156 13 214 0.27 0.94 0 0.16 282.69 0.89 0.45
Hex 9C D D6 1B 5E 0 10 11B 59 2D
Octal 234 15 326 33 136 0 20 433 131 55
Binary 10011100 1101 11010110 11011 1011110 0 10000 100011011 1011001 101101

Color Harmonies of #9C0DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DD6

Black with #9C0DD6

Text Example


Text Example

White with #9C0DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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