Html Css Color HEX #8700D7 Dark Violet

📋 copy color: '#8700D7'

red 135 ◦ green 0 ◦ blue 215

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

Shades of Dark Violet #8700D7

Tints of Dark Violet #8700D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 38.57%
G = 0%
B = 61.43%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8700D7 (or 0x8700D7) is known color: Dark Violet. HEX triplet: 87, 00 and D7. RGB value is (135,0,215). Sum of RGB (Red+Green+Blue) = 135+0+215=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #8700D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700D7 is #78FF28. Grayscale: #404040. Windows color (decimal): -7929641 or 14090375. OLE color: 14090375.

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

Color convert

RGB 135 0 215 -
CMYK 0.37 1 0 0.16
HSL 277.67º 1% 0.42% -
HSV(B) 277.67º 1% 0.84% -
XYZ 22.26 10.06 65.06 -
YUV 64.88 212.73 178.02 -
System Red Green Blue C M Y K H S L
Decimal 135 0 215 0.37 1 0 0.16 277.67 1 0.42
Hex 87 0 D7 25 64 0 10 116 64 2A
Octal 207 0 327 45 144 0 20 426 144 52
Binary 10000111 0 11010111 100101 1100100 0 10000 100010110 1100100 101010

Color Harmonies of #8700D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8700D7

Black with #8700D7

Text Example


Text Example

White with #8700D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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