Html Css Color HEX #890182 Dark Magenta

📋 copy color: '#890182'

red 137 ◦ green 1 ◦ blue 130

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

Shades of Dark Magenta #890182

Tints of Dark Magenta #890182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 51.12%
G = 0.37%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#890182 (or 0x890182) is known color: Dark Magenta. HEX triplet: 89, 01 and 82. RGB value is (137,1,130). Sum of RGB (Red+Green+Blue) = 137+1+130=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #890182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890182 is #76FE7D. Grayscale: #373737. Windows color (decimal): -7798398 or 8520073. OLE color: 8520073.

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

Color convert

RGB 137 1 130 -
CMYK 0 0.99 0.05 0.46
HSL 303.09º 0.99% 0.27% -
HSV(B) 303.09º 0.99% 0.54% -
XYZ 14.36 6.95 21.7 -
YUV 56.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 137 1 130 0 0.99 0.05 0.46 303.09 0.99 0.27
Hex 89 1 82 0 63 5 2E 12F 63 1B
Octal 211 1 202 0 143 5 56 457 143 33
Binary 10001001 1 10000010 0 1100011 101 101110 100101111 1100011 11011

Color Harmonies of #890182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890182

Black with #890182

Text Example


Text Example

White with #890182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890182; }

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

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

background-color css

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

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

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

border-color css

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

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

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