#8914AF

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

Shades of Dark Violet #8914AF

Tints of Dark Violet #8914AF

Color information

#8914AF (or 0x8914AF) is unknown color: approx Dark Violet. HEX triplet: 89, 14 and AF. RGB value is (137,20,175). Sum of RGB (Red+Green+Blue) = 137+20+175=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #8914AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8914AF is #76EB50. Grayscale: #484848. Windows color (decimal): -7793489 or 11474057. OLE color: 11474057.

HSL color Cylindrical-coordinate representation of color #8914AF: hue angle of 285.29º 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 #8914AF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13720175-
CMYK0.220.8900.31
HSL285.29º79.49%38.24%-
HSV(B)285.29º88.57%68.63%-
XYZ18.38.9141.31-
YUV72.65185.76173.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=41.27%
G=6.02%
B=52.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137201750.220.8900.31285.2979.4938.24
Hex8914AF165901F11d4f26
Octal211242572613103743511746
Binary1000100110100101011111011010110010111111000111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8914AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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