Html Css Color HEX #980182 Dark Magenta

📋 copy color: '#980182'

red 152 ◦ green 1 ◦ blue 130

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

Shades of Dark Magenta #980182

Tints of Dark Magenta #980182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 53.71%
G = 0.35%
B = 45.94%

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

#980182 (or 0x980182) is known color: Dark Magenta. HEX triplet: 98, 01 and 82. RGB value is (152,1,130). Sum of RGB (Red+Green+Blue) = 152+1+130=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #980182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980182 is #67FE7D. Grayscale: #3C3C3C. Windows color (decimal): -6815358 or 8520088. OLE color: 8520088.

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

Color convert

RGB 152 1 130 -
CMYK 0 0.99 0.14 0.40
HSL 308.74º 0.99% 0.3% -
HSV(B) 308.74º 0.99% 0.6% -
XYZ 16.99 8.31 21.83 -
YUV 60.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 152 1 130 0 0.99 0.14 0.40 308.74 0.99 0.3
Hex 98 1 82 0 63 E 28 135 63 1E
Octal 230 1 202 0 143 16 50 465 143 36
Binary 10011000 1 10000010 0 1100011 1110 101000 100110101 1100011 11110

Color Harmonies of #980182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980182

Black with #980182

Text Example


Text Example

White with #980182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980182; }

 p { color: rgb(152,1,130); }

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

background-color css

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

 a { background-color: rgb(152,1,130); }

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

border-color css

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

 span { border-color: rgb(152,1,130); }

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