Html Css Color HEX #980889 Dark Magenta

📋 copy color: '#980889'

red 152 ◦ green 8 ◦ blue 137

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

Shades of Dark Magenta #980889

Tints of Dark Magenta #980889

RGB

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

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

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

R = 51.18%
G = 2.69%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980889 (or 0x980889) is known color: Dark Magenta. HEX triplet: 98, 08 and 89. RGB value is (152,8,137). Sum of RGB (Red+Green+Blue) = 152+8+137=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #980889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980889 is #67F776. Grayscale: #414141. Windows color (decimal): -6813559 or 8980632. OLE color: 8980632.

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

Color convert

RGB 152 8 137 -
CMYK 0 0.95 0.10 0.40
HSL 306.25º 0.9% 0.31% -
HSV(B) 306.25º 0.95% 0.6% -
XYZ 17.55 8.66 24.41 -
YUV 65.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 152 8 137 0 0.95 0.10 0.40 306.25 0.9 0.31
Hex 98 8 89 0 5F A 28 132 5A 1F
Octal 230 10 211 0 137 12 50 462 132 37
Binary 10011000 1000 10001001 0 1011111 1010 101000 100110010 1011010 11111

Color Harmonies of #980889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980889

Black with #980889

Text Example


Text Example

White with #980889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980889; }

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

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

background-color css

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

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

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

border-color css

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

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

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