Html Css Color HEX #8D0DDB Dark Violet

📋 copy color: '#8D0DDB'

red 141 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #8D0DDB

Tints of Dark Violet #8D0DDB

RGB

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

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

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

R = 37.8%
G = 3.49%
B = 58.71%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D0DDB (or 0x8D0DDB) is known color: Dark Violet. HEX triplet: 8D, 0D and DB. RGB value is (141,13,219). Sum of RGB (Red+Green+Blue) = 141+13+219=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0DDB is #72F224. Grayscale: #4A4A4A. Windows color (decimal): -7533093 or 14355853. OLE color: 14355853.

HSL color Cylindrical-coordinate representation of color #8D0DDB: hue angle of 277.28º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0DDB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 13 219 -
CMYK 0.36 0.94 0 0.14
HSL 277.28º 0.89% 0.45% -
HSV(B) 277.28º 0.94% 0.86% -
XYZ 23.91 11.07 67.89 -
YUV 74.76 209.41 175.25 -
System Red Green Blue C M Y K H S L
Decimal 141 13 219 0.36 0.94 0 0.14 277.28 0.89 0.45
Hex 8D D DB 24 5E 0 E 115 59 2D
Octal 215 15 333 44 136 0 16 425 131 55
Binary 10001101 1101 11011011 100100 1011110 0 1110 100010101 1011001 101101

Color Harmonies of #8D0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0DDB

Black with #8D0DDB

Text Example


Text Example

White with #8D0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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