Html Css Color HEX #890082 Dark Magenta

📋 copy color: '#890082'

red 137 ◦ green 0 ◦ blue 130

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

Shades of Dark Magenta #890082

Tints of Dark Magenta #890082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 51.31%
G = 0%
B = 48.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#890082 (or 0x890082) is known color: Dark Magenta. HEX triplet: 89, 00 and 82. RGB value is (137,0,130). Sum of RGB (Red+Green+Blue) = 137+0+130=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #890082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890082 is #76FF7D. Grayscale: #373737. Windows color (decimal): -7798654 or 8519817. OLE color: 8519817.

HSL color Cylindrical-coordinate representation of color #890082: hue angle of 303.07º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890082 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 130 -
CMYK 0 1 0.05 0.46
HSL 303.07º 1% 0.27% -
HSV(B) 303.07º 1% 0.54% -
XYZ 14.35 6.93 21.7 -
YUV 55.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 137 0 130 0 1 0.05 0.46 303.07 1 0.27
Hex 89 0 82 0 64 5 2E 12F 64 1B
Octal 211 0 202 0 144 5 56 457 144 33
Binary 10001001 0 10000010 0 1100100 101 101110 100101111 1100100 11011

Color Harmonies of #890082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890082

Black with #890082

Text Example


Text Example

White with #890082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890082; }

 p { color: rgb(137,0,130); }

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

background-color css

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

 a { background-color: rgb(137,0,130); }

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

border-color css

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

 span { border-color: rgb(137,0,130); }

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