Html Css Color HEX #890FB9 Dark Violet

📋 copy color: '#890FB9'

red 137 ◦ green 15 ◦ blue 185

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

Shades of Dark Violet #890FB9

Tints of Dark Violet #890FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.9%

R = 40.65%
G = 4.45%
B = 54.9%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#890FB9 (or 0x890FB9) is known color: Dark Violet. HEX triplet: 89, 0F and B9. RGB value is (137,15,185). Sum of RGB (Red+Green+Blue) = 137+15+185=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #890FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890FB9 is #76F046. Grayscale: #464646. Windows color (decimal): -7794759 or 12128137. OLE color: 12128137.

HSL color Cylindrical-coordinate representation of color #890FB9: hue angle of 283.06º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890FB9 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 15 185 -
CMYK 0.26 0.92 0 0.27
HSL 283.06º 0.85% 0.39% -
HSV(B) 283.06º 0.92% 0.73% -
XYZ 19.24 9.16 46.65 -
YUV 70.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 137 15 185 0.26 0.92 0 0.27 283.06 0.85 0.39
Hex 89 F B9 1A 5C 0 1B 11B 55 27
Octal 211 17 271 32 134 0 33 433 125 47
Binary 10001001 1111 10111001 11010 1011100 0 11011 100011011 1010101 100111

Color Harmonies of #890FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FB9

Black with #890FB9

Text Example


Text Example

White with #890FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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