Html Css Color HEX #980289 Dark Magenta

📋 copy color: '#980289'

red 152 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #980289

Tints of Dark Magenta #980289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 52.23%
G = 0.69%
B = 47.08%

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

#980289 (or 0x980289) is known color: Dark Magenta. HEX triplet: 98, 02 and 89. RGB value is (152,2,137). Sum of RGB (Red+Green+Blue) = 152+2+137=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980289 is #67FD76. Grayscale: #3D3D3D. Windows color (decimal): -6815095 or 8979096. OLE color: 8979096.

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

Color convert

RGB 152 2 137 -
CMYK 0 0.99 0.10 0.40
HSL 306º 0.97% 0.3% -
HSV(B) 306º 0.99% 0.6% -
XYZ 17.49 8.52 24.39 -
YUV 62.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 152 2 137 0 0.99 0.10 0.40 306 0.97 0.3
Hex 98 2 89 0 63 A 28 132 61 1E
Octal 230 2 211 0 143 12 50 462 141 36
Binary 10011000 10 10001001 0 1100011 1010 101000 100110010 1100001 11110

Color Harmonies of #980289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980289

Black with #980289

Text Example


Text Example

White with #980289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980289; }

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

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

background-color css

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

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

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

border-color css

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

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

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