#8705BA

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

Shades of Dark Violet #8705BA

Tints of Dark Violet #8705BA

Color information

#8705BA (or 0x8705BA) is unknown color: approx Dark Violet. HEX triplet: 87, 05 and BA. RGB value is (135,5,186). Sum of RGB (Red+Green+Blue) = 135+5+186=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #8705BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8705BA is #78FA45. Grayscale: #3F3F3F. Windows color (decimal): -7928390 or 12191111. OLE color: 12191111.

HSL color Cylindrical-coordinate representation of color #8705BA: hue angle of 283.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8705BA is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1355186-
CMYK0.270.9700.27
HSL283.09º94.76%37.45%-
HSV(B)283.09º97.31%72.94%-
XYZ18.918.847.16-
YUV64.5196.57178.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 5 (2.34% from 255) = 1.53%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=41.41%
G=1.53%
B=57.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13551860.270.9700.27283.0994.7637.45
Hex875BA1B6101B11b5f25
Octal20752723314103343313745
Binary10000111101101110101101111000010110111000110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8705BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8705BA; }

 p { color: rgb(135,5,186); }

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

<style>
 a { background-color: #8705BA; }

 a { background-color: rgb(135,5,186); }

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

<style>
 span { border-color: #8705BA; }

 span { border-color: rgb(135,5,186); }

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