Html Css Color HEX #980986 Dark Magenta

📋 copy color: '#980986'

red 152 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #980986

Tints of Dark Magenta #980986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 134 (52.73% from 255) = 45.42%

R = 51.53%
G = 3.05%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980986 (or 0x980986) is known color: Dark Magenta. HEX triplet: 98, 09 and 86. RGB value is (152,9,134). Sum of RGB (Red+Green+Blue) = 152+9+134=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #980986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980986 is #67F679. Grayscale: #414141. Windows color (decimal): -6813306 or 8784280. OLE color: 8784280.

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

Color convert

RGB 152 9 134 -
CMYK 0 0.94 0.12 0.40
HSL 307.55º 0.89% 0.32% -
HSV(B) 307.55º 0.94% 0.6% -
XYZ 17.35 8.59 23.3 -
YUV 66.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 152 9 134 0 0.94 0.12 0.40 307.55 0.89 0.32
Hex 98 9 86 0 5E C 28 134 59 20
Octal 230 11 206 0 136 14 50 464 131 40
Binary 10011000 1001 10000110 0 1011110 1100 101000 100110100 1011001 100000

Color Harmonies of #980986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980986

Black with #980986

Text Example


Text Example

White with #980986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980986; }

 p { color: rgb(152,9,134); }

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

background-color css

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

 a { background-color: rgb(152,9,134); }

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

border-color css

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

 span { border-color: rgb(152,9,134); }

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