Html Css Color HEX #980399 Dark Magenta

📋 copy color: '#980399'

red 152 ◦ green 3 ◦ blue 153

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

Shades of Dark Magenta #980399

Tints of Dark Magenta #980399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 49.35%
G = 0.97%
B = 49.68%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#980399 (or 0x980399) is known color: Dark Magenta. HEX triplet: 98, 03 and 99. RGB value is (152,3,153). Sum of RGB (Red+Green+Blue) = 152+3+153=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #980399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980399 is #67FC66. Grayscale: #404040. Windows color (decimal): -6814823 or 10027928. OLE color: 10027928.

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

Color convert

RGB 152 3 153 -
CMYK 0.01 0.98 0 0.4
HSL 299.6º 0.96% 0.31% -
HSV(B) 299.6º 0.98% 0.6% -
XYZ 18.73 9.04 30.89 -
YUV 64.65 177.86 190.3 -
System Red Green Blue C M Y K H S L
Decimal 152 3 153 0.01 0.98 0 0.4 299.6 0.96 0.31
Hex 98 3 99 1 62 0 28 12C 60 1F
Octal 230 3 231 1 142 0 50 454 140 37
Binary 10011000 11 10011001 1 1100010 0 101000 100101100 1100000 11111

Color Harmonies of #980399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980399

Black with #980399

Text Example


Text Example

White with #980399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980399; }

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

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

background-color css

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

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

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

border-color css

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

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

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