#8714AF

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

Shades of Dark Violet #8714AF

Tints of Dark Violet #8714AF

Color information

#8714AF (or 0x8714AF) is unknown color: approx Dark Violet. HEX triplet: 87, 14 and AF. RGB value is (135,20,175). Sum of RGB (Red+Green+Blue) = 135+20+175=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #8714AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8714AF is #78EB50. Grayscale: #474747. Windows color (decimal): -7924561 or 11474055. OLE color: 11474055.

HSL color Cylindrical-coordinate representation of color #8714AF: hue angle of 284.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8714AF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13520175-
CMYK0.230.8900.31
HSL284.52º79.49%38.24%-
HSV(B)284.52º88.57%68.63%-
XYZ17.988.7541.3-
YUV72.05186.1172.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=40.91%
G=6.06%
B=53.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal135201750.230.8900.31284.5279.4938.24
Hex8714AF175901F11d4f26
Octal207242572713103743511746
Binary1000011110100101011111011110110010111111000111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8714AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8714AF; }

 p { color: rgb(135,20,175); }

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

<style>
 a { background-color: #8714AF; }

 a { background-color: rgb(135,20,175); }

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

<style>
 span { border-color: #8714AF; }

 span { border-color: rgb(135,20,175); }

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