#8707BB

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

Shades of Dark Violet #8707BB

Tints of Dark Violet #8707BB

Color information

#8707BB (or 0x8707BB) is unknown color: approx Dark Violet. HEX triplet: 87, 07 and BB. RGB value is (135,7,187). Sum of RGB (Red+Green+Blue) = 135+7+187=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #8707BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707BB is #78F844. Grayscale: #414141. Windows color (decimal): -7927877 or 12257159. OLE color: 12257159.

HSL color Cylindrical-coordinate representation of color #8707BB: hue angle of 282.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8707BB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1357187-
CMYK0.280.9600.27
HSL282.67º92.78%38.04%-
HSV(B)282.67º96.26%73.33%-
XYZ19.048.8947.73-
YUV65.79196.41177.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 187 (73.44% from 255) = 56.84%
R=41.03%
G=2.13%
B=56.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13571870.280.9600.27282.6792.7838.04
Hex877BB1C6001B11b5d26
Octal20772733414003343313546
Binary10000111111101110111110011000000110111000110111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8707BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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