Html Css Color HEX #891298 Dark Magenta

📋 copy color: '#891298'

red 137 ◦ green 18 ◦ blue 152

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

Shades of Dark Magenta #891298

Tints of Dark Magenta #891298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

 BLUE value IS 152 (59.77% from 255) = 49.51%

R = 44.63%
G = 5.86%
B = 49.51%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#891298 (or 0x891298) is known color: Dark Magenta. HEX triplet: 89, 12 and 98. RGB value is (137,18,152). Sum of RGB (Red+Green+Blue) = 137+18+152=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #891298 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891298 is #76ED67. Grayscale: #444444. Windows color (decimal): -7794024 or 9966217. OLE color: 9966217.

HSL color Cylindrical-coordinate representation of color #891298: hue angle of 293.28º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891298 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 18 152 -
CMYK 0.10 0.88 0 0.40
HSL 293.28º 0.79% 0.33% -
HSV(B) 293.28º 0.88% 0.6% -
XYZ 16.2 8.02 30.4 -
YUV 68.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 137 18 152 0.10 0.88 0 0.40 293.28 0.79 0.33
Hex 89 12 98 A 58 0 28 125 4F 21
Octal 211 22 230 12 130 0 50 445 117 41
Binary 10001001 10010 10011000 1010 1011000 0 101000 100100101 1001111 100001

Color Harmonies of #891298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891298

Black with #891298

Text Example


Text Example

White with #891298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891298; }

 p { color: rgb(137,18,152); }

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

background-color css

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

 a { background-color: rgb(137,18,152); }

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

border-color css

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

 span { border-color: rgb(137,18,152); }

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