Html Css Color HEX #9D0CDB Dark Violet

📋 copy color: '#9D0CDB'

red 157 ◦ green 12 ◦ blue 219

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

Shades of Dark Violet #9D0CDB

Tints of Dark Violet #9D0CDB

RGB

 RED value IS 157 (61.72% from 255) = 40.46%

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

 BLUE value IS 219 (85.94% from 255) = 56.44%

R = 40.46%
G = 3.09%
B = 56.44%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D0CDB (or 0x9D0CDB) is known color: Dark Violet. HEX triplet: 9D, 0C and DB. RGB value is (157,12,219). Sum of RGB (Red+Green+Blue) = 157+12+219=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D0CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0CDB is #62F324. Grayscale: #4E4E4E. Windows color (decimal): -6484773 or 14355613. OLE color: 14355613.

HSL color Cylindrical-coordinate representation of color #9D0CDB: hue angle of 282.03º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0CDB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 12 219 -
CMYK 0.28 0.95 0 0.14
HSL 282.03º 0.9% 0.45% -
HSV(B) 282.03º 0.95% 0.86% -
XYZ 26.82 12.55 68.03 -
YUV 78.95 207.04 183.67 -
System Red Green Blue C M Y K H S L
Decimal 157 12 219 0.28 0.95 0 0.14 282.03 0.9 0.45
Hex 9D C DB 1C 5F 0 E 11A 5A 2D
Octal 235 14 333 34 137 0 16 432 132 55
Binary 10011101 1100 11011011 11100 1011111 0 1110 100011010 1011010 101101

Color Harmonies of #9D0CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0CDB

Black with #9D0CDB

Text Example


Text Example

White with #9D0CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,12,219); }

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

background-color css

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

 a { background-color: rgb(157,12,219); }

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

border-color css

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

 span { border-color: rgb(157,12,219); }

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