Html Css Color HEX #980583 Dark Magenta

📋 copy color: '#980583'

red 152 ◦ green 5 ◦ blue 131

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

Shades of Dark Magenta #980583

Tints of Dark Magenta #980583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 131 (51.56% from 255) = 45.49%

R = 52.78%
G = 1.74%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980583 (or 0x980583) is known color: Dark Magenta. HEX triplet: 98, 05 and 83. RGB value is (152,5,131). Sum of RGB (Red+Green+Blue) = 152+5+131=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980583 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980583 is #67FA7C. Grayscale: #3E3E3E. Windows color (decimal): -6814333 or 8586648. OLE color: 8586648.

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

Color convert

RGB 152 5 131 -
CMYK 0 0.97 0.14 0.40
HSL 308.57º 0.94% 0.31% -
HSV(B) 308.57º 0.97% 0.6% -
XYZ 17.1 8.42 22.2 -
YUV 63.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 152 5 131 0 0.97 0.14 0.40 308.57 0.94 0.31
Hex 98 5 83 0 61 E 28 135 5E 1F
Octal 230 5 203 0 141 16 50 465 136 37
Binary 10011000 101 10000011 0 1100001 1110 101000 100110101 1011110 11111

Color Harmonies of #980583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980583

Black with #980583

Text Example


Text Example

White with #980583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980583; }

 p { color: rgb(152,5,131); }

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

background-color css

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

 a { background-color: rgb(152,5,131); }

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

border-color css

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

 span { border-color: rgb(152,5,131); }

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