Html Css Color HEX #980286 Dark Magenta

📋 copy color: '#980286'

red 152 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #980286

Tints of Dark Magenta #980286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 52.78%
G = 0.69%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980286 (or 0x980286) is known color: Dark Magenta. HEX triplet: 98, 02 and 86. RGB value is (152,2,134). Sum of RGB (Red+Green+Blue) = 152+2+134=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980286 is #67FD79. Grayscale: #3D3D3D. Windows color (decimal): -6815098 or 8782488. OLE color: 8782488.

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

Color convert

RGB 152 2 134 -
CMYK 0 0.99 0.12 0.40
HSL 307.2º 0.97% 0.3% -
HSV(B) 307.2º 0.99% 0.6% -
XYZ 17.27 8.44 23.27 -
YUV 61.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 152 2 134 0 0.99 0.12 0.40 307.2 0.97 0.3
Hex 98 2 86 0 63 C 28 133 61 1E
Octal 230 2 206 0 143 14 50 463 141 36
Binary 10011000 10 10000110 0 1100011 1100 101000 100110011 1100001 11110

Color Harmonies of #980286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980286

Black with #980286

Text Example


Text Example

White with #980286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980286; }

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

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

background-color css

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

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

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

border-color css

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

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

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