Html Css Color HEX #9C0DCD Dark Violet

📋 copy color: '#9C0DCD'

red 156 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #9C0DCD

Tints of Dark Violet #9C0DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 41.71%
G = 3.48%
B = 54.81%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C0DCD (or 0x9C0DCD) is known color: Dark Violet. HEX triplet: 9C, 0D and CD. RGB value is (156,13,205). Sum of RGB (Red+Green+Blue) = 156+13+205=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C0DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DCD is #63F232. Grayscale: #4D4D4D. Windows color (decimal): -6550067 or 13438364. OLE color: 13438364.

HSL color Cylindrical-coordinate representation of color #9C0DCD: hue angle of 284.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0DCD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 13 205 -
CMYK 0.24 0.94 0 0.20
HSL 284.69º 0.88% 0.43% -
HSV(B) 284.69º 0.94% 0.8% -
XYZ 24.87 11.76 58.72 -
YUV 77.65 199.88 183.89 -
System Red Green Blue C M Y K H S L
Decimal 156 13 205 0.24 0.94 0 0.20 284.69 0.88 0.43
Hex 9C D CD 18 5E 0 14 11D 58 2B
Octal 234 15 315 30 136 0 24 435 130 53
Binary 10011100 1101 11001101 11000 1011110 0 10100 100011101 1011000 101011

Color Harmonies of #9C0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0DCD

Black with #9C0DCD

Text Example


Text Example

White with #9C0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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