Html Css Color HEX #980283 Dark Magenta

📋 copy color: '#980283'

red 152 ◦ green 2 ◦ blue 131

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

Shades of Dark Magenta #980283

Tints of Dark Magenta #980283

RGB

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

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

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

R = 53.33%
G = 0.7%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980283 (or 0x980283) is known color: Dark Magenta. HEX triplet: 98, 02 and 83. RGB value is (152,2,131). Sum of RGB (Red+Green+Blue) = 152+2+131=285 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.33% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 152 - color contains mainly: red. Hex color #980283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980283 is #67FD7C. Grayscale: #3D3D3D. Windows color (decimal): -6815101 or 8585880. OLE color: 8585880.

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

Color convert

RGB 152 2 131 -
CMYK 0 0.99 0.14 0.40
HSL 308.4º 0.97% 0.3% -
HSV(B) 308.4º 0.99% 0.6% -
XYZ 17.07 8.36 22.19 -
YUV 61.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 152 2 131 0 0.99 0.14 0.40 308.4 0.97 0.3
Hex 98 2 83 0 63 E 28 134 61 1E
Octal 230 2 203 0 143 16 50 464 141 36
Binary 10011000 10 10000011 0 1100011 1110 101000 100110100 1100001 11110

Color Harmonies of #980283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980283

Black with #980283

Text Example


Text Example

White with #980283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980283; }

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

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

background-color css

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

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

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

border-color css

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

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

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