Html Css Color HEX #89088B Dark Magenta

📋 copy color: '#89088B'

red 137 ◦ green 8 ◦ blue 139

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

Shades of Dark Magenta #89088B

Tints of Dark Magenta #89088B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

 BLUE value IS 139 (54.69% from 255) = 48.94%

R = 48.24%
G = 2.82%
B = 48.94%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89088B (or 0x89088B) is known color: Dark Magenta. HEX triplet: 89, 08 and 8B. RGB value is (137,8,139). Sum of RGB (Red+Green+Blue) = 137+8+139=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #89088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89088B is #76F774. Grayscale: #3D3D3D. Windows color (decimal): -7796597 or 9111689. OLE color: 9111689.

HSL color Cylindrical-coordinate representation of color #89088B: hue angle of 299.08º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89088B is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 8 139 -
CMYK 0.01 0.94 0 0.45
HSL 299.08º 0.89% 0.29% -
HSV(B) 299.08º 0.94% 0.55% -
XYZ 15.06 7.36 25.05 -
YUV 61.51 171.74 181.85 -
System Red Green Blue C M Y K H S L
Decimal 137 8 139 0.01 0.94 0 0.45 299.08 0.89 0.29
Hex 89 8 8B 1 5E 0 2D 12B 59 1D
Octal 211 10 213 1 136 0 55 453 131 35
Binary 10001001 1000 10001011 1 1011110 0 101101 100101011 1011001 11101

Color Harmonies of #89088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89088B

Black with #89088B

Text Example


Text Example

White with #89088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,8,139); }

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

background-color css

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

 a { background-color: rgb(137,8,139); }

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

border-color css

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

 span { border-color: rgb(137,8,139); }

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