Html Css Color HEX #980882 Dark Magenta

📋 copy color: '#980882'

red 152 ◦ green 8 ◦ blue 130

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

Shades of Dark Magenta #980882

Tints of Dark Magenta #980882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 52.41%
G = 2.76%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#980882 (or 0x980882) is known color: Dark Magenta. HEX triplet: 98, 08 and 82. RGB value is (152,8,130). Sum of RGB (Red+Green+Blue) = 152+8+130=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980882 is #67F77D. Grayscale: #404040. Windows color (decimal): -6813566 or 8521880. OLE color: 8521880.

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

Color convert

RGB 152 8 130 -
CMYK 0 0.95 0.14 0.40
HSL 309.17º 0.9% 0.31% -
HSV(B) 309.17º 0.95% 0.6% -
XYZ 17.06 8.46 21.85 -
YUV 64.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 152 8 130 0 0.95 0.14 0.40 309.17 0.9 0.31
Hex 98 8 82 0 5F E 28 135 5A 1F
Octal 230 10 202 0 137 16 50 465 132 37
Binary 10011000 1000 10000010 0 1011111 1110 101000 100110101 1011010 11111

Color Harmonies of #980882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980882

Black with #980882

Text Example


Text Example

White with #980882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980882; }

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

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

background-color css

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

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

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

border-color css

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

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

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