#8707DE

Color #8707DE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8707DE

Tints of Dark Violet #8707DE

Color information

#8707DE (or 0x8707DE) is unknown color: approx Dark Violet. HEX triplet: 87, 07 and DE. RGB value is (135,7,222). Sum of RGB (Red+Green+Blue) = 135+7+222=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #8707DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707DE is #78F821. Grayscale: #454545. Windows color (decimal): -7927842 or 14550919. OLE color: 14550919.

HSL color Cylindrical-coordinate representation of color #8707DE: hue angle of 275.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8707DE is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1357222-
CMYK0.390.9700.13
HSL275.72º93.89%44.9%-
HSV(B)275.72º96.85%87.06%-
XYZ23.2510.5869.92-
YUV69.78213.91174.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 7 (3.12% from 255) = 1.92%
BLUE value IS 222 (87.11% from 255) = 60.99%
R=37.09%
G=1.92%
B=60.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13572220.390.9700.13275.7293.8944.9
Hex877DE27610D1145e2d
Octal20773364714101542413655
Binary10000111111110111101001111100001011011000101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8707DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8707DE; }

 p { color: rgb(135,7,222); }

 H1.HeaderClassName
 {
   color: #8707DE;
 }
 .AnyTagClassName
 {
   color: #8707DE;
 }
</style>
background-color css

<style>
 a { background-color: #8707DE; }

 a { background-color: rgb(135,7,222); }

 div.DivClassName
 {
   background-color: #8707DE;
 }
 .BgClassName
 {
   background-color: #8707DE;
 }
</style>
border-color css

<style>
 span { border-color: #8707DE; }

 span { border-color: rgb(135,7,222); }

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