Html Css Color HEX #8D0BDB Dark Violet

📋 copy color: '#8D0BDB'

red 141 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #8D0BDB

Tints of Dark Violet #8D0BDB

RGB

 RED value IS 141 (55.47% from 255) = 38.01%

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

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

R = 38.01%
G = 2.96%
B = 59.03%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D0BDB (or 0x8D0BDB) is known color: Dark Violet. HEX triplet: 8D, 0B and DB. RGB value is (141,11,219). Sum of RGB (Red+Green+Blue) = 141+11+219=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D0BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0BDB is #72F424. Grayscale: #484848. Windows color (decimal): -7533605 or 14355341. OLE color: 14355341.

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

Color convert

RGB 141 11 219 -
CMYK 0.36 0.95 0 0.14
HSL 277.5º 0.9% 0.45% -
HSV(B) 277.5º 0.95% 0.86% -
XYZ 23.89 11.02 67.89 -
YUV 73.58 210.07 176.09 -
System Red Green Blue C M Y K H S L
Decimal 141 11 219 0.36 0.95 0 0.14 277.5 0.9 0.45
Hex 8D B DB 24 5F 0 E 116 5A 2D
Octal 215 13 333 44 137 0 16 426 132 55
Binary 10001101 1011 11011011 100100 1011111 0 1110 100010110 1011010 101101

Color Harmonies of #8D0BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0BDB

Black with #8D0BDB

Text Example


Text Example

White with #8D0BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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