Html Css Color HEX #890ABF Dark Violet

📋 copy color: '#890ABF'

red 137 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #890ABF

Tints of Dark Violet #890ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 191 (75% from 255) = 56.51%

R = 40.53%
G = 2.96%
B = 56.51%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#890ABF (or 0x890ABF) is known color: Dark Violet. HEX triplet: 89, 0A and BF. RGB value is (137,10,191). Sum of RGB (Red+Green+Blue) = 137+10+191=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #890ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890ABF is #76F540. Grayscale: #444444. Windows color (decimal): -7796033 or 12520073. OLE color: 12520073.

HSL color Cylindrical-coordinate representation of color #890ABF: hue angle of 282.1º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890ABF is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 10 191 -
CMYK 0.28 0.95 0 0.25
HSL 282.1º 0.9% 0.39% -
HSV(B) 282.1º 0.95% 0.75% -
XYZ 19.83 9.3 50.04 -
YUV 68.61 197.08 176.78 -
System Red Green Blue C M Y K H S L
Decimal 137 10 191 0.28 0.95 0 0.25 282.1 0.9 0.39
Hex 89 A BF 1C 5F 0 19 11A 5A 27
Octal 211 12 277 34 137 0 31 432 132 47
Binary 10001001 1010 10111111 11100 1011111 0 11001 100011010 1011010 100111

Color Harmonies of #890ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890ABF

Black with #890ABF

Text Example


Text Example

White with #890ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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