Html Css Color HEX #980388 Dark Magenta

📋 copy color: '#980388'

red 152 ◦ green 3 ◦ blue 136

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

Shades of Dark Magenta #980388

Tints of Dark Magenta #980388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 52.23%
G = 1.03%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#980388 (or 0x980388) is known color: Dark Magenta. HEX triplet: 98, 03 and 88. RGB value is (152,3,136). Sum of RGB (Red+Green+Blue) = 152+3+136=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #980388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980388 is #67FC77. Grayscale: #3E3E3E. Windows color (decimal): -6814840 or 8913816. OLE color: 8913816.

HSL color Cylindrical-coordinate representation of color #980388: hue angle of 306.44º 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 #980388 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 136 -
CMYK 0 0.98 0.11 0.40
HSL 306.44º 0.96% 0.3% -
HSV(B) 306.44º 0.98% 0.6% -
XYZ 17.43 8.52 24.02 -
YUV 62.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 152 3 136 0 0.98 0.11 0.40 306.44 0.96 0.3
Hex 98 3 88 0 62 B 28 132 60 1E
Octal 230 3 210 0 142 13 50 462 140 36
Binary 10011000 11 10001000 0 1100010 1011 101000 100110010 1100000 11110

Color Harmonies of #980388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980388

Black with #980388

Text Example


Text Example

White with #980388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980388; }

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

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

background-color css

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

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

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

border-color css

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

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

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