Html Css Color HEX #8D08DB Dark Violet

📋 copy color: '#8D08DB'

red 141 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #8D08DB

Tints of Dark Violet #8D08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.17%

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

R = 38.32%
G = 2.17%
B = 59.51%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D08DB (or 0x8D08DB) is known color: Dark Violet. HEX triplet: 8D, 08 and DB. RGB value is (141,8,219). Sum of RGB (Red+Green+Blue) = 141+8+219=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D08DB is #72F724. Grayscale: #474747. Windows color (decimal): -7534373 or 14354573. OLE color: 14354573.

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

Color convert

RGB 141 8 219 -
CMYK 0.36 0.96 0 0.14
HSL 277.82º 0.93% 0.45% -
HSV(B) 277.82º 0.96% 0.86% -
XYZ 23.86 10.95 67.87 -
YUV 71.82 211.06 177.34 -
System Red Green Blue C M Y K H S L
Decimal 141 8 219 0.36 0.96 0 0.14 277.82 0.93 0.45
Hex 8D 8 DB 24 60 0 E 116 5D 2D
Octal 215 10 333 44 140 0 16 426 135 55
Binary 10001101 1000 11011011 100100 1100000 0 1110 100010110 1011101 101101

Color Harmonies of #8D08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D08DB

Black with #8D08DB

Text Example


Text Example

White with #8D08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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