Html Css Color HEX #8711DB Dark Violet

📋 copy color: '#8711DB'

red 135 ◦ green 17 ◦ blue 219

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

Shades of Dark Violet #8711DB

Tints of Dark Violet #8711DB

RGB

 RED value IS 135 (53.13% from 255) = 36.39%

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

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

R = 36.39%
G = 4.58%
B = 59.03%

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

#8711DB (or 0x8711DB) is known color: Dark Violet. HEX triplet: 87, 11 and DB. RGB value is (135,17,219). Sum of RGB (Red+Green+Blue) = 135+17+219=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8711DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711DB is #78EE24. Grayscale: #4A4A4A. Windows color (decimal): -7925285 or 14356871. OLE color: 14356871.

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

Color convert

RGB 135 17 219 -
CMYK 0.38 0.92 0 0.14
HSL 275.05º 0.86% 0.46% -
HSV(B) 275.05º 0.92% 0.86% -
XYZ 22.98 10.67 67.87 -
YUV 75.31 209.09 170.57 -
System Red Green Blue C M Y K H S L
Decimal 135 17 219 0.38 0.92 0 0.14 275.05 0.86 0.46
Hex 87 11 DB 26 5C 0 E 113 56 2E
Octal 207 21 333 46 134 0 16 423 126 56
Binary 10000111 10001 11011011 100110 1011100 0 1110 100010011 1010110 101110

Color Harmonies of #8711DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8711DB

Black with #8711DB

Text Example


Text Example

White with #8711DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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