Html Css Color HEX #890FAF Dark Violet

📋 copy color: '#890FAF'

red 137 ◦ green 15 ◦ blue 175

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

Shades of Dark Violet #890FAF

Tints of Dark Violet #890FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 41.9%
G = 4.59%
B = 53.52%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#890FAF (or 0x890FAF) is known color: Dark Violet. HEX triplet: 89, 0F and AF. RGB value is (137,15,175). Sum of RGB (Red+Green+Blue) = 137+15+175=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #890FAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FAF is #76F050. Grayscale: #454545. Windows color (decimal): -7794769 or 11472777. OLE color: 11472777.

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

Color convert

RGB 137 15 175 -
CMYK 0.22 0.91 0 0.31
HSL 285.75º 0.84% 0.37% -
HSV(B) 285.75º 0.91% 0.69% -
XYZ 18.23 8.76 41.29 -
YUV 69.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 137 15 175 0.22 0.91 0 0.31 285.75 0.84 0.37
Hex 89 F AF 16 5B 0 1F 11E 54 25
Octal 211 17 257 26 133 0 37 436 124 45
Binary 10001001 1111 10101111 10110 1011011 0 11111 100011110 1010100 100101

Color Harmonies of #890FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FAF

Black with #890FAF

Text Example


Text Example

White with #890FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #890FAF;
 }
 .AnyTagClassName
 {
   color: #890FAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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