Html Css Color HEX #890892 Dark Magenta

📋 copy color: '#890892'

red 137 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #890892

Tints of Dark Magenta #890892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 47.08%
G = 2.75%
B = 50.17%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890892 (or 0x890892) is known color: Dark Magenta. HEX triplet: 89, 08 and 92. RGB value is (137,8,146). Sum of RGB (Red+Green+Blue) = 137+8+146=291 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.08% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #890892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890892 is #76F76D. Grayscale: #3D3D3D. Windows color (decimal): -7796590 or 9570441. OLE color: 9570441.

HSL color Cylindrical-coordinate representation of color #890892: hue angle of 296.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890892 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 8 146 -
CMYK 0.06 0.95 0 0.43
HSL 296.09º 0.9% 0.3% -
HSV(B) 296.09º 0.95% 0.57% -
XYZ 15.59 7.57 27.83 -
YUV 62.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 137 8 146 0.06 0.95 0 0.43 296.09 0.9 0.3
Hex 89 8 92 6 5F 0 2B 128 5A 1E
Octal 211 10 222 6 137 0 53 450 132 36
Binary 10001001 1000 10010010 110 1011111 0 101011 100101000 1011010 11110

Color Harmonies of #890892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890892

Black with #890892

Text Example


Text Example

White with #890892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890892; }

 p { color: rgb(137,8,146); }

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

background-color css

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

 a { background-color: rgb(137,8,146); }

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

border-color css

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

 span { border-color: rgb(137,8,146); }

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