#8707B1

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

Shades of Dark Violet #8707B1

Tints of Dark Violet #8707B1

Color information

#8707B1 (or 0x8707B1) is unknown color: approx Dark Violet. HEX triplet: 87, 07 and B1. RGB value is (135,7,177). Sum of RGB (Red+Green+Blue) = 135+7+177=319 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.32% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #8707B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8707B1 is #78F84E. Grayscale: #404040. Windows color (decimal): -7927887 or 11601799. OLE color: 11601799.

HSL color Cylindrical-coordinate representation of color #8707B1: hue angle of 285.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8707B1 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1357177-
CMYK0.240.9600.31
HSL285.18º92.39%36.08%-
HSV(B)285.18º96.05%69.41%-
XYZ188.4842.28-
YUV64.65191.41178.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.32%
GREEN value IS 7 (3.12% from 255) = 2.19%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=42.32%
G=2.19%
B=55.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13571770.240.9600.31285.1892.3936.08
Hex877B1186001F11d5c24
Octal20772613014003743513444
Binary10000111111101100011100011000000111111000111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8707B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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