Html Css Color HEX #980680 Dark Magenta

📋 copy color: '#980680'

red 152 ◦ green 6 ◦ blue 128

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

Shades of Dark Magenta #980680

Tints of Dark Magenta #980680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 53.15%
G = 2.1%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#980680 (or 0x980680) is known color: Dark Magenta. HEX triplet: 98, 06 and 80. RGB value is (152,6,128). Sum of RGB (Red+Green+Blue) = 152+6+128=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #980680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980680 is #67F97F. Grayscale: #3F3F3F. Windows color (decimal): -6814080 or 8390296. OLE color: 8390296.

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

Color convert

RGB 152 6 128 -
CMYK 0 0.96 0.16 0.40
HSL 309.86º 0.92% 0.31% -
HSV(B) 309.86º 0.96% 0.6% -
XYZ 16.91 8.36 21.15 -
YUV 63.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 152 6 128 0 0.96 0.16 0.40 309.86 0.92 0.31
Hex 98 6 80 0 60 10 28 136 5C 1F
Octal 230 6 200 0 140 20 50 466 134 37
Binary 10011000 110 10000000 0 1100000 10000 101000 100110110 1011100 11111

Color Harmonies of #980680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980680

Black with #980680

Text Example


Text Example

White with #980680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980680; }

 p { color: rgb(152,6,128); }

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

background-color css

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

 a { background-color: rgb(152,6,128); }

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

border-color css

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

 span { border-color: rgb(152,6,128); }

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