#8715BB

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

Shades of Dark Violet #8715BB

Tints of Dark Violet #8715BB

Color information

#8715BB (or 0x8715BB) is unknown color: approx Dark Violet. HEX triplet: 87, 15 and BB. RGB value is (135,21,187). Sum of RGB (Red+Green+Blue) = 135+21+187=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #8715BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8715BB is #78EA44. Grayscale: #494949. Windows color (decimal): -7924293 or 12260743. OLE color: 12260743.

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

Color convert

RGB13521187-
CMYK0.280.8900.27
HSL281.2º79.81%40.78%-
HSV(B)281.2º88.77%73.33%-
XYZ19.239.2847.79-
YUV74.01191.77171.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 187 (73.44% from 255) = 54.52%
R=39.36%
G=6.12%
B=54.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135211870.280.8900.27281.279.8140.78
Hex8715BB1C5901B1195029
Octal207252733413103343112051
Binary1000011110101101110111110010110010110111000110011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8715BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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