Html Css Color HEX #9D0BDB Dark Violet

📋 copy color: '#9D0BDB'

red 157 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #9D0BDB

Tints of Dark Violet #9D0BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

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

R = 40.57%
G = 2.84%
B = 56.59%

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

#9D0BDB (or 0x9D0BDB) is known color: Dark Violet. HEX triplet: 9D, 0B and DB. RGB value is (157,11,219). Sum of RGB (Red+Green+Blue) = 157+11+219=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0BDB is #62F424. Grayscale: #4D4D4D. Windows color (decimal): -6485029 or 14355357. OLE color: 14355357.

HSL color Cylindrical-coordinate representation of color #9D0BDB: hue angle of 282.12º 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 #9D0BDB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 11 219 -
CMYK 0.28 0.95 0 0.14
HSL 282.12º 0.9% 0.45% -
HSV(B) 282.12º 0.95% 0.86% -
XYZ 26.81 12.52 68.02 -
YUV 78.37 207.37 184.09 -
System Red Green Blue C M Y K H S L
Decimal 157 11 219 0.28 0.95 0 0.14 282.12 0.9 0.45
Hex 9D B DB 1C 5F 0 E 11A 5A 2D
Octal 235 13 333 34 137 0 16 432 132 55
Binary 10011101 1011 11011011 11100 1011111 0 1110 100011010 1011010 101101

Color Harmonies of #9D0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0BDB

Black with #9D0BDB

Text Example


Text Example

White with #9D0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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