Html Css Color HEX #890682 Dark Magenta

📋 copy color: '#890682'

red 137 ◦ green 6 ◦ blue 130

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

Shades of Dark Magenta #890682

Tints of Dark Magenta #890682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 50.18%
G = 2.2%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#890682 (or 0x890682) is known color: Dark Magenta. HEX triplet: 89, 06 and 82. RGB value is (137,6,130). Sum of RGB (Red+Green+Blue) = 137+6+130=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890682 is #76F97D. Grayscale: #3A3A3A. Windows color (decimal): -7797118 or 8521353. OLE color: 8521353.

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

Color convert

RGB 137 6 130 -
CMYK 0 0.96 0.05 0.46
HSL 303.21º 0.92% 0.28% -
HSV(B) 303.21º 0.96% 0.54% -
XYZ 14.41 7.06 21.72 -
YUV 59.31 167.9 183.42 -
System Red Green Blue C M Y K H S L
Decimal 137 6 130 0 0.96 0.05 0.46 303.21 0.92 0.28
Hex 89 6 82 0 60 5 2E 12F 5C 1C
Octal 211 6 202 0 140 5 56 457 134 34
Binary 10001001 110 10000010 0 1100000 101 101110 100101111 1011100 11100

Color Harmonies of #890682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890682

Black with #890682

Text Example


Text Example

White with #890682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890682; }

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

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

background-color css

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

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

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

border-color css

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

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

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