Html Css Color HEX #980287 Dark Magenta

📋 copy color: '#980287'

red 152 ◦ green 2 ◦ blue 135

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

Shades of Dark Magenta #980287

Tints of Dark Magenta #980287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 52.6%
G = 0.69%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980287 (or 0x980287) is known color: Dark Magenta. HEX triplet: 98, 02 and 87. RGB value is (152,2,135). Sum of RGB (Red+Green+Blue) = 152+2+135=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980287 is #67FD78. Grayscale: #3D3D3D. Windows color (decimal): -6815097 or 8848024. OLE color: 8848024.

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

Color convert

RGB 152 2 135 -
CMYK 0 0.99 0.11 0.40
HSL 306.8º 0.97% 0.3% -
HSV(B) 306.8º 0.99% 0.6% -
XYZ 17.34 8.47 23.64 -
YUV 62.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 152 2 135 0 0.99 0.11 0.40 306.8 0.97 0.3
Hex 98 2 87 0 63 B 28 133 61 1E
Octal 230 2 207 0 143 13 50 463 141 36
Binary 10011000 10 10000111 0 1100011 1011 101000 100110011 1100001 11110

Color Harmonies of #980287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980287

Black with #980287

Text Example


Text Example

White with #980287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980287; }

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

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

background-color css

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

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

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

border-color css

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

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

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