Html Css Color HEX #8D11DB Dark Violet

📋 copy color: '#8D11DB'

red 141 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #8D11DB

Tints of Dark Violet #8D11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.51%

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

R = 37.4%
G = 4.51%
B = 58.09%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D11DB (or 0x8D11DB) is known color: Dark Violet. HEX triplet: 8D, 11 and DB. RGB value is (141,17,219). Sum of RGB (Red+Green+Blue) = 141+17+219=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D11DB is #72EE24. Grayscale: #4C4C4C. Windows color (decimal): -7532069 or 14356877. OLE color: 14356877.

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

Color convert

RGB 141 17 219 -
CMYK 0.36 0.92 0 0.14
HSL 276.83º 0.86% 0.46% -
HSV(B) 276.83º 0.92% 0.86% -
XYZ 23.97 11.18 67.91 -
YUV 77.1 208.08 173.57 -
System Red Green Blue C M Y K H S L
Decimal 141 17 219 0.36 0.92 0 0.14 276.83 0.86 0.46
Hex 8D 11 DB 24 5C 0 E 115 56 2E
Octal 215 21 333 44 134 0 16 425 126 56
Binary 10001101 10001 11011011 100100 1011100 0 1110 100010101 1010110 101110

Color Harmonies of #8D11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D11DB

Black with #8D11DB

Text Example


Text Example

White with #8D11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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