Html Css Color HEX #890382 Dark Magenta

📋 copy color: '#890382'

red 137 ◦ green 3 ◦ blue 130

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

Shades of Dark Magenta #890382

Tints of Dark Magenta #890382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 50.74%
G = 1.11%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#890382 (or 0x890382) is known color: Dark Magenta. HEX triplet: 89, 03 and 82. RGB value is (137,3,130). Sum of RGB (Red+Green+Blue) = 137+3+130=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #890382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890382 is #76FC7D. Grayscale: #393939. Windows color (decimal): -7797886 or 8520585. OLE color: 8520585.

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

Color convert

RGB 137 3 130 -
CMYK 0 0.98 0.05 0.46
HSL 303.13º 0.96% 0.27% -
HSV(B) 303.13º 0.98% 0.54% -
XYZ 14.38 7 21.71 -
YUV 57.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 137 3 130 0 0.98 0.05 0.46 303.13 0.96 0.27
Hex 89 3 82 0 62 5 2E 12F 60 1B
Octal 211 3 202 0 142 5 56 457 140 33
Binary 10001001 11 10000010 0 1100010 101 101110 100101111 1100000 11011

Color Harmonies of #890382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890382

Black with #890382

Text Example


Text Example

White with #890382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890382; }

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

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

background-color css

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

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

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

border-color css

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

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

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