#890AAF

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

Shades of Dark Violet #890AAF

Tints of Dark Violet #890AAF

Color information

#890AAF (or 0x890AAF) is unknown color: approx Dark Violet. HEX triplet: 89, 0A and AF. RGB value is (137,10,175). Sum of RGB (Red+Green+Blue) = 137+10+175=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #890AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890AAF is #76F550. Grayscale: #424242. Windows color (decimal): -7796049 or 11471497. OLE color: 11471497.

HSL color Cylindrical-coordinate representation of color #890AAF: hue angle of 286.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890AAF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13710175-
CMYK0.220.9400.31
HSL286.18º89.19%36.27%-
HSV(B)286.18º94.29%68.63%-
XYZ18.168.6341.27-
YUV66.78189.08178.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 10 (4.30% from 255) = 3.11%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=42.55%
G=3.11%
B=54.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137101750.220.9400.31286.1889.1936.27
Hex89AAF165E01F11e5924
Octal211122572613603743613144
Binary100010011010101011111011010111100111111000111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890AAF; }

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

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

<style>
 a { background-color: #890AAF; }

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

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

<style>
 span { border-color: #890AAF; }

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

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