Html Css Color HEX #980189 Dark Magenta

📋 copy color: '#980189'

red 152 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #980189

Tints of Dark Magenta #980189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 52.41%
G = 0.34%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980189 (or 0x980189) is known color: Dark Magenta. HEX triplet: 98, 01 and 89. RGB value is (152,1,137). Sum of RGB (Red+Green+Blue) = 152+1+137=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980189 is #67FE76. Grayscale: #3D3D3D. Windows color (decimal): -6815351 or 8978840. OLE color: 8978840.

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

Color convert

RGB 152 1 137 -
CMYK 0 0.99 0.10 0.40
HSL 305.96º 0.99% 0.3% -
HSV(B) 305.96º 0.99% 0.6% -
XYZ 17.48 8.5 24.39 -
YUV 61.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 152 1 137 0 0.99 0.10 0.40 305.96 0.99 0.3
Hex 98 1 89 0 63 A 28 132 63 1E
Octal 230 1 211 0 143 12 50 462 143 36
Binary 10011000 1 10001001 0 1100011 1010 101000 100110010 1100011 11110

Color Harmonies of #980189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980189

Black with #980189

Text Example


Text Example

White with #980189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980189; }

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

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

background-color css

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

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

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

border-color css

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

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

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