Html Css Color HEX #8702D5 Dark Violet

📋 copy color: '#8702D5'

red 135 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #8702D5

Tints of Dark Violet #8702D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 213 (83.59% from 255) = 60.86%

R = 38.57%
G = 0.57%
B = 60.86%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8702D5 (or 0x8702D5) is known color: Dark Violet. HEX triplet: 87, 02 and D5. RGB value is (135,2,213). Sum of RGB (Red+Green+Blue) = 135+2+213=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #8702D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702D5 is #78FD2A. Grayscale: #414141. Windows color (decimal): -7929131 or 13959815. OLE color: 13959815.

HSL color Cylindrical-coordinate representation of color #8702D5: hue angle of 277.82º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702D5 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 2 213 -
CMYK 0.37 0.99 0 0.16
HSL 277.82º 0.98% 0.42% -
HSV(B) 277.82º 0.99% 0.84% -
XYZ 22.02 10 63.72 -
YUV 65.82 211.06 177.34 -
System Red Green Blue C M Y K H S L
Decimal 135 2 213 0.37 0.99 0 0.16 277.82 0.98 0.42
Hex 87 2 D5 25 63 0 10 116 62 2A
Octal 207 2 325 45 143 0 20 426 142 52
Binary 10000111 10 11010101 100101 1100011 0 10000 100010110 1100010 101010

Color Harmonies of #8702D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8702D5

Black with #8702D5

Text Example


Text Example

White with #8702D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8702D5; }

 p { color: rgb(135,2,213); }

 H1.HeaderClassName
 {
   color: #8702D5;
 }
 .AnyTagClassName
 {
   color: #8702D5;
 }
</style>

background-color css

<style>
 a { background-color: #8702D5; }

 a { background-color: rgb(135,2,213); }

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

border-color css

<style>
 span { border-color: #8702D5; }

 span { border-color: rgb(135,2,213); }

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