Html Css Color HEX #89069A Dark Magenta

📋 copy color: '#89069A'

red 137 ◦ green 6 ◦ blue 154

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

Shades of Dark Magenta #89069A

Tints of Dark Magenta #89069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 46.13%
G = 2.02%
B = 51.85%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#89069A (or 0x89069A) is known color: Dark Magenta. HEX triplet: 89, 06 and 9A. RGB value is (137,6,154). Sum of RGB (Red+Green+Blue) = 137+6+154=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #89069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89069A is #76F965. Grayscale: #3D3D3D. Windows color (decimal): -7797094 or 10094217. OLE color: 10094217.

HSL color Cylindrical-coordinate representation of color #89069A: hue angle of 293.11º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89069A is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 6 154 -
CMYK 0.11 0.96 0 0.40
HSL 293.11º 0.93% 0.31% -
HSV(B) 293.11º 0.96% 0.6% -
XYZ 16.21 7.78 31.22 -
YUV 62.04 179.9 181.47 -
System Red Green Blue C M Y K H S L
Decimal 137 6 154 0.11 0.96 0 0.40 293.11 0.93 0.31
Hex 89 6 9A B 60 0 28 125 5C 1F
Octal 211 6 232 13 140 0 50 445 134 37
Binary 10001001 110 10011010 1011 1100000 0 101000 100100101 1011100 11111

Color Harmonies of #89069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89069A

Black with #89069A

Text Example


Text Example

White with #89069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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