Html Css Color HEX #980899 Dark Magenta

📋 copy color: '#980899'

red 152 ◦ green 8 ◦ blue 153

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

Shades of Dark Magenta #980899

Tints of Dark Magenta #980899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

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

R = 48.56%
G = 2.56%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#980899 (or 0x980899) is known color: Dark Magenta. HEX triplet: 98, 08 and 99. RGB value is (152,8,153). Sum of RGB (Red+Green+Blue) = 152+8+153=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #980899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980899 is #67F766. Grayscale: #434343. Windows color (decimal): -6813543 or 10029208. OLE color: 10029208.

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

Color convert

RGB 152 8 153 -
CMYK 0.01 0.95 0 0.4
HSL 299.59º 0.9% 0.32% -
HSV(B) 299.59º 0.95% 0.6% -
XYZ 18.79 9.15 30.91 -
YUV 67.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 152 8 153 0.01 0.95 0 0.4 299.59 0.9 0.32
Hex 98 8 99 1 5F 0 28 12C 5A 20
Octal 230 10 231 1 137 0 50 454 132 40
Binary 10011000 1000 10011001 1 1011111 0 101000 100101100 1011010 100000

Color Harmonies of #980899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980899

Black with #980899

Text Example


Text Example

White with #980899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980899; }

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

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

background-color css

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

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

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

border-color css

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

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

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