Html Css Color HEX #89038B Dark Magenta

📋 copy color: '#89038B'

red 137 ◦ green 3 ◦ blue 139

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

Shades of Dark Magenta #89038B

Tints of Dark Magenta #89038B

RGB

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

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

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

R = 49.1%
G = 1.08%
B = 49.82%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89038B (or 0x89038B) is known color: Dark Magenta. HEX triplet: 89, 03 and 8B. RGB value is (137,3,139). Sum of RGB (Red+Green+Blue) = 137+3+139=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #89038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89038B is #76FC74. Grayscale: #3A3A3A. Windows color (decimal): -7797877 or 9110409. OLE color: 9110409.

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

Color convert

RGB 137 3 139 -
CMYK 0.01 0.98 0 0.45
HSL 299.12º 0.96% 0.28% -
HSV(B) 299.12º 0.98% 0.55% -
XYZ 15.01 7.25 25.03 -
YUV 58.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 137 3 139 0.01 0.98 0 0.45 299.12 0.96 0.28
Hex 89 3 8B 1 62 0 2D 12B 60 1C
Octal 211 3 213 1 142 0 55 453 140 34
Binary 10001001 11 10001011 1 1100010 0 101101 100101011 1100000 11100

Color Harmonies of #89038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89038B

Black with #89038B

Text Example


Text Example

White with #89038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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