Html Css Color HEX #89018B Dark Magenta

📋 copy color: '#89018B'

red 137 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #89018B

Tints of Dark Magenta #89018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 49.46%
G = 0.36%
B = 50.18%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89018B (or 0x89018B) is known color: Dark Magenta. HEX triplet: 89, 01 and 8B. RGB value is (137,1,139). Sum of RGB (Red+Green+Blue) = 137+1+139=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #89018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89018B is #76FE74. Grayscale: #383838. Windows color (decimal): -7798389 or 9109897. OLE color: 9109897.

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

Color convert

RGB 137 1 139 -
CMYK 0.01 0.99 0 0.45
HSL 299.13º 0.99% 0.27% -
HSV(B) 299.13º 0.99% 0.55% -
XYZ 14.99 7.2 25.03 -
YUV 57.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 137 1 139 0.01 0.99 0 0.45 299.13 0.99 0.27
Hex 89 1 8B 1 63 0 2D 12B 63 1B
Octal 211 1 213 1 143 0 55 453 143 33
Binary 10001001 1 10001011 1 1100011 0 101101 100101011 1100011 11011

Color Harmonies of #89018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89018B

Black with #89018B

Text Example


Text Example

White with #89018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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