Html Css Color HEX #980F89 Dark Magenta

📋 copy color: '#980F89'

red 152 ◦ green 15 ◦ blue 137

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

Shades of Dark Magenta #980F89

Tints of Dark Magenta #980F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

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

R = 50%
G = 4.93%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980F89 (or 0x980F89) is known color: Dark Magenta. HEX triplet: 98, 0F and 89. RGB value is (152,15,137). Sum of RGB (Red+Green+Blue) = 152+15+137=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #980F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980F89 is #67F076. Grayscale: #454545. Windows color (decimal): -6811767 or 8982424. OLE color: 8982424.

HSL color Cylindrical-coordinate representation of color #980F89: hue angle of 306.57º degrees, saturation: 0.82, 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 #980F89 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 15 137 -
CMYK 0 0.90 0.10 0.40
HSL 306.57º 0.82% 0.33% -
HSV(B) 306.57º 0.9% 0.6% -
XYZ 17.64 8.82 24.44 -
YUV 69.87 165.89 186.58 -
System Red Green Blue C M Y K H S L
Decimal 152 15 137 0 0.90 0.10 0.40 306.57 0.82 0.33
Hex 98 F 89 0 5A A 28 133 52 21
Octal 230 17 211 0 132 12 50 463 122 41
Binary 10011000 1111 10001001 0 1011010 1010 101000 100110011 1010010 100001

Color Harmonies of #980F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F89

Black with #980F89

Text Example


Text Example

White with #980F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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