Html Css Color HEX #980386 Dark Magenta

📋 copy color: '#980386'

red 152 ◦ green 3 ◦ blue 134

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

Shades of Dark Magenta #980386

Tints of Dark Magenta #980386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 52.6%
G = 1.04%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#980386 (or 0x980386) is known color: Dark Magenta. HEX triplet: 98, 03 and 86. RGB value is (152,3,134). Sum of RGB (Red+Green+Blue) = 152+3+134=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980386 is #67FC79. Grayscale: #3E3E3E. Windows color (decimal): -6814842 or 8782744. OLE color: 8782744.

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

Color convert

RGB 152 3 134 -
CMYK 0 0.98 0.12 0.40
HSL 307.25º 0.96% 0.3% -
HSV(B) 307.25º 0.98% 0.6% -
XYZ 17.28 8.46 23.28 -
YUV 62.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 152 3 134 0 0.98 0.12 0.40 307.25 0.96 0.3
Hex 98 3 86 0 62 C 28 133 60 1E
Octal 230 3 206 0 142 14 50 463 140 36
Binary 10011000 11 10000110 0 1100010 1100 101000 100110011 1100000 11110

Color Harmonies of #980386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980386

Black with #980386

Text Example


Text Example

White with #980386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980386; }

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

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

background-color css

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

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

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

border-color css

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

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

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