Html Css Color HEX #8700DB Dark Violet

📋 copy color: '#8700DB'

red 135 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #8700DB

Tints of Dark Violet #8700DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.14%
G = 0%
B = 61.86%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8700DB (or 0x8700DB) is known color: Dark Violet. HEX triplet: 87, 00 and DB. RGB value is (135,0,219). Sum of RGB (Red+Green+Blue) = 135+0+219=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8700DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700DB is #78FF24. Grayscale: #404040. Windows color (decimal): -7929637 or 14352519. OLE color: 14352519.

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

Color convert

RGB 135 0 219 -
CMYK 0.38 1 0 0.14
HSL 276.99º 1% 0.43% -
HSV(B) 276.99º 1% 0.86% -
XYZ 22.78 10.27 67.8 -
YUV 65.33 214.73 177.69 -
System Red Green Blue C M Y K H S L
Decimal 135 0 219 0.38 1 0 0.14 276.99 1 0.43
Hex 87 0 DB 26 64 0 E 115 64 2B
Octal 207 0 333 46 144 0 16 425 144 53
Binary 10000111 0 11011011 100110 1100100 0 1110 100010101 1100100 101011

Color Harmonies of #8700DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700DB

Black with #8700DB

Text Example


Text Example

White with #8700DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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