Html Css Color HEX #89138B Dark Magenta

📋 copy color: '#89138B'

red 137 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #89138B

Tints of Dark Magenta #89138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 46.44%
G = 6.44%
B = 47.12%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89138B (or 0x89138B) is known color: Dark Magenta. HEX triplet: 89, 13 and 8B. RGB value is (137,19,139). Sum of RGB (Red+Green+Blue) = 137+19+139=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #89138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89138B is #76EC74. Grayscale: #434343. Windows color (decimal): -7793781 or 9114505. OLE color: 9114505.

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

Color convert

RGB 137 19 139 -
CMYK 0.01 0.86 0 0.45
HSL 299º 0.76% 0.31% -
HSV(B) 299º 0.86% 0.55% -
XYZ 15.21 7.65 25.1 -
YUV 67.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 137 19 139 0.01 0.86 0 0.45 299 0.76 0.31
Hex 89 13 8B 1 56 0 2D 12B 4C 1F
Octal 211 23 213 1 126 0 55 453 114 37
Binary 10001001 10011 10001011 1 1010110 0 101101 100101011 1001100 11111

Color Harmonies of #89138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89138B

Black with #89138B

Text Example


Text Example

White with #89138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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