Html Css Color HEX #890AB9 Dark Violet

📋 copy color: '#890AB9'

red 137 ◦ green 10 ◦ blue 185

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

Shades of Dark Violet #890AB9

Tints of Dark Violet #890AB9

RGB

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

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

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

R = 41.27%
G = 3.01%
B = 55.72%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#890AB9 (or 0x890AB9) is known color: Dark Violet. HEX triplet: 89, 0A and B9. RGB value is (137,10,185). Sum of RGB (Red+Green+Blue) = 137+10+185=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #890AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #890AB9 is #76F546. Grayscale: #434343. Windows color (decimal): -7796039 or 12126857. OLE color: 12126857.

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

Color convert

RGB 137 10 185 -
CMYK 0.26 0.95 0 0.27
HSL 283.54º 0.9% 0.38% -
HSV(B) 283.54º 0.95% 0.73% -
XYZ 19.18 9.04 46.63 -
YUV 67.92 194.08 177.27 -
System Red Green Blue C M Y K H S L
Decimal 137 10 185 0.26 0.95 0 0.27 283.54 0.9 0.38
Hex 89 A B9 1A 5F 0 1B 11C 5A 26
Octal 211 12 271 32 137 0 33 434 132 46
Binary 10001001 1010 10111001 11010 1011111 0 11011 100011100 1011010 100110

Color Harmonies of #890AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890AB9

Black with #890AB9

Text Example


Text Example

White with #890AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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