Html Css Color HEX #980397 Dark Magenta

📋 copy color: '#980397'

red 152 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #980397

Tints of Dark Magenta #980397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 49.67%
G = 0.98%
B = 49.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#980397 (or 0x980397) is known color: Dark Magenta. HEX triplet: 98, 03 and 97. RGB value is (152,3,151). Sum of RGB (Red+Green+Blue) = 152+3+151=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #980397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980397 is #67FC68. Grayscale: #3F3F3F. Windows color (decimal): -6814825 or 9896856. OLE color: 9896856.

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

Color convert

RGB 152 3 151 -
CMYK 0 0.98 0.01 0.40
HSL 300.4º 0.96% 0.3% -
HSV(B) 300.4º 0.98% 0.6% -
XYZ 18.57 8.97 30.03 -
YUV 64.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 152 3 151 0 0.98 0.01 0.40 300.4 0.96 0.3
Hex 98 3 97 0 62 1 28 12C 60 1E
Octal 230 3 227 0 142 1 50 454 140 36
Binary 10011000 11 10010111 0 1100010 1 101000 100101100 1100000 11110

Color Harmonies of #980397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980397

Black with #980397

Text Example


Text Example

White with #980397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980397; }

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

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

background-color css

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

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

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

border-color css

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

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

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