Html Css Color HEX #8911DC Dark Violet

📋 copy color: '#8911DC'

red 137 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #8911DC

Tints of Dark Violet #8911DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 36.63%
G = 4.55%
B = 58.82%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8911DC (or 0x8911DC) is known color: Dark Violet. HEX triplet: 89, 11 and DC. RGB value is (137,17,220). Sum of RGB (Red+Green+Blue) = 137+17+220=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #8911DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8911DC is #76EE23. Grayscale: #4B4B4B. Windows color (decimal): -7794212 or 14422409. OLE color: 14422409.

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

Color convert

RGB 137 17 220 -
CMYK 0.38 0.92 0 0.14
HSL 275.47º 0.86% 0.46% -
HSV(B) 275.47º 0.92% 0.86% -
XYZ 23.44 10.89 68.58 -
YUV 76.02 209.26 171.49 -
System Red Green Blue C M Y K H S L
Decimal 137 17 220 0.38 0.92 0 0.14 275.47 0.86 0.46
Hex 89 11 DC 26 5C 0 E 113 56 2E
Octal 211 21 334 46 134 0 16 423 126 56
Binary 10001001 10001 11011100 100110 1011100 0 1110 100010011 1010110 101110

Color Harmonies of #8911DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8911DC

Black with #8911DC

Text Example


Text Example

White with #8911DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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