Html Css Color HEX #981099 Dark Magenta

📋 copy color: '#981099'

red 152 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #981099

Tints of Dark Magenta #981099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 47.35%
G = 4.98%
B = 47.66%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#981099 (or 0x981099) is known color: Dark Magenta. HEX triplet: 98, 10 and 99. RGB value is (152,16,153). Sum of RGB (Red+Green+Blue) = 152+16+153=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #981099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981099 is #67EF66. Grayscale: #474747. Windows color (decimal): -6811495 or 10031256. OLE color: 10031256.

HSL color Cylindrical-coordinate representation of color #981099: hue angle of 299.56º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #981099 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 16 153 -
CMYK 0.01 0.90 0 0.4
HSL 299.56º 0.81% 0.33% -
HSV(B) 299.56º 0.9% 0.6% -
XYZ 18.88 9.35 30.95 -
YUV 72.28 173.56 184.86 -
System Red Green Blue C M Y K H S L
Decimal 152 16 153 0.01 0.90 0 0.4 299.56 0.81 0.33
Hex 98 10 99 1 5A 0 28 12C 51 21
Octal 230 20 231 1 132 0 50 454 121 41
Binary 10011000 10000 10011001 1 1011010 0 101000 100101100 1010001 100001

Color Harmonies of #981099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981099

Black with #981099

Text Example


Text Example

White with #981099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981099; }

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

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

background-color css

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

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

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

border-color css

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

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

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