Html Css Color HEX #890AAF Dark Violet

📋 copy color: '#890AAF'

red 137 ◦ green 10 ◦ blue 175

#890AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #890AAF

Tints of Dark Violet #890AAF

RGB

 RED value IS 137 (53.91% from 255) = 42.55%

 GREEN value IS 10 (4.3% 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 value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#890AAF (or 0x890AAF) is known color: 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

RGB 137 10 175 -
CMYK 0.22 0.94 0 0.31
HSL 286.18º 0.89% 0.36% -
HSV(B) 286.18º 0.94% 0.69% -
XYZ 18.16 8.63 41.27 -
YUV 66.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 137 10 175 0.22 0.94 0 0.31 286.18 0.89 0.36
Hex 89 A AF 16 5E 0 1F 11E 59 24
Octal 211 12 257 26 136 0 37 436 131 44
Binary 10001001 1010 10101111 10110 1011110 0 11111 100011110 1011001 100100

Color Harmonies of #890AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AAF

Black with #890AAF

Text Example


Text Example

White with #890AAF

Text Example


Text Example

HTML Codes & Css Web 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>