Html Css Color HEX #89079B Dark Magenta

📋 copy color: '#89079B'

red 137 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #89079B

Tints of Dark Magenta #89079B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 45.82%
G = 2.34%
B = 51.84%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89079B (or 0x89079B) is known color: Dark Magenta. HEX triplet: 89, 07 and 9B. RGB value is (137,7,155). Sum of RGB (Red+Green+Blue) = 137+7+155=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #89079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89079B is #76F864. Grayscale: #3E3E3E. Windows color (decimal): -7796837 or 10160009. OLE color: 10160009.

HSL color Cylindrical-coordinate representation of color #89079B: hue angle of 292.7º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89079B is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 7 155 -
CMYK 0.12 0.95 0 0.39
HSL 292.7º 0.91% 0.32% -
HSV(B) 292.7º 0.95% 0.61% -
XYZ 16.31 7.84 31.66 -
YUV 62.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 137 7 155 0.12 0.95 0 0.39 292.7 0.91 0.32
Hex 89 7 9B C 5F 0 27 125 5B 20
Octal 211 7 233 14 137 0 47 445 133 40
Binary 10001001 111 10011011 1100 1011111 0 100111 100100101 1011011 100000

Color Harmonies of #89079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89079B

Black with #89079B

Text Example


Text Example

White with #89079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89079B; }

 p { color: rgb(137,7,155); }

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

background-color css

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

 a { background-color: rgb(137,7,155); }

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

border-color css

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

 span { border-color: rgb(137,7,155); }

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