Html Css Color HEX #8710DB Dark Violet

📋 copy color: '#8710DB'

red 135 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #8710DB

Tints of Dark Violet #8710DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 36.49%
G = 4.32%
B = 59.19%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8710DB (or 0x8710DB) is known color: Dark Violet. HEX triplet: 87, 10 and DB. RGB value is (135,16,219). Sum of RGB (Red+Green+Blue) = 135+16+219=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8710DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710DB is #78EF24. Grayscale: #4A4A4A. Windows color (decimal): -7925541 or 14356615. OLE color: 14356615.

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

Color convert

RGB 135 16 219 -
CMYK 0.38 0.93 0 0.14
HSL 275.17º 0.86% 0.46% -
HSV(B) 275.17º 0.93% 0.86% -
XYZ 22.96 10.64 67.86 -
YUV 74.72 209.42 170.99 -
System Red Green Blue C M Y K H S L
Decimal 135 16 219 0.38 0.93 0 0.14 275.17 0.86 0.46
Hex 87 10 DB 26 5D 0 E 113 56 2E
Octal 207 20 333 46 135 0 16 423 126 56
Binary 10000111 10000 11011011 100110 1011101 0 1110 100010011 1010110 101110

Color Harmonies of #8710DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8710DB

Black with #8710DB

Text Example


Text Example

White with #8710DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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