Html Css Color HEX #8911DB Dark Violet

📋 copy color: '#8911DB'

red 137 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #8911DB

Tints of Dark Violet #8911DB

RGB

 RED value IS 137 (53.91% from 255) = 36.73%

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

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

R = 36.73%
G = 4.56%
B = 58.71%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8911DB (or 0x8911DB) is known color: Dark Violet. HEX triplet: 89, 11 and DB. RGB value is (137,17,219). Sum of RGB (Red+Green+Blue) = 137+17+219=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 17 (7.03% from 255 or 4.56% 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 #8911DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911DB is #76EE24. Grayscale: #4B4B4B. Windows color (decimal): -7794213 or 14356873. OLE color: 14356873.

HSL color Cylindrical-coordinate representation of color #8911DB: hue angle of 275.64º 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 #8911DB is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 17 219 -
CMYK 0.37 0.92 0 0.14
HSL 275.64º 0.86% 0.46% -
HSV(B) 275.64º 0.92% 0.86% -
XYZ 23.3 10.83 67.88 -
YUV 75.91 208.76 171.57 -
System Red Green Blue C M Y K H S L
Decimal 137 17 219 0.37 0.92 0 0.14 275.64 0.86 0.46
Hex 89 11 DB 25 5C 0 E 114 56 2E
Octal 211 21 333 45 134 0 16 424 126 56
Binary 10001001 10001 11011011 100101 1011100 0 1110 100010100 1010110 101110

Color Harmonies of #8911DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8911DB

Black with #8911DB

Text Example


Text Example

White with #8911DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8911DB; }

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

 H1.HeaderClassName
 {
   color: #8911DB;
 }
 .AnyTagClassName
 {
   color: #8911DB;
 }
</style>

background-color css

<style>
 a { background-color: #8911DB; }

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

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

border-color css

<style>
 span { border-color: #8911DB; }

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

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