Html Css Color HEX #981089 Dark Magenta

📋 copy color: '#981089'

red 152 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #981089

Tints of Dark Magenta #981089

RGB

 RED value IS 152 (59.77% from 255) = 49.84%

 GREEN value IS 16 (6.64% from 255) = 5.25%

 BLUE value IS 137 (53.91% from 255) = 44.92%

R = 49.84%
G = 5.25%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#981089 (or 0x981089) is known color: Dark Magenta. HEX triplet: 98, 10 and 89. RGB value is (152,16,137). Sum of RGB (Red+Green+Blue) = 152+16+137=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981089 is #67EF76. Grayscale: #464646. Windows color (decimal): -6811511 or 8982680. OLE color: 8982680.

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

Color convert

RGB 152 16 137 -
CMYK 0 0.89 0.10 0.40
HSL 306.62º 0.81% 0.33% -
HSV(B) 306.62º 0.89% 0.6% -
XYZ 17.65 8.85 24.45 -
YUV 70.46 165.56 186.16 -
System Red Green Blue C M Y K H S L
Decimal 152 16 137 0 0.89 0.10 0.40 306.62 0.81 0.33
Hex 98 10 89 0 59 A 28 133 51 21
Octal 230 20 211 0 131 12 50 463 121 41
Binary 10011000 10000 10001001 0 1011001 1010 101000 100110011 1010001 100001

Color Harmonies of #981089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981089

Black with #981089

Text Example


Text Example

White with #981089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981089; }

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

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

background-color css

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

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

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

border-color css

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

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

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