Html Css Color HEX #98097D Dark Magenta

📋 copy color: '#98097D'

red 152 ◦ green 9 ◦ blue 125

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

Shades of Dark Magenta #98097D

Tints of Dark Magenta #98097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.71%

R = 53.15%
G = 3.15%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98097D (or 0x98097D) is known color: Dark Magenta. HEX triplet: 98, 09 and 7D. RGB value is (152,9,125). Sum of RGB (Red+Green+Blue) = 152+9+125=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98097D is #67F682. Grayscale: #404040. Windows color (decimal): -6813315 or 8194456. OLE color: 8194456.

HSL color Cylindrical-coordinate representation of color #98097D: hue angle of 311.33º 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 #98097D is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 9 125 -
CMYK 0 0.94 0.18 0.40
HSL 311.33º 0.89% 0.32% -
HSV(B) 311.33º 0.94% 0.6% -
XYZ 16.75 8.35 20.13 -
YUV 64.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 152 9 125 0 0.94 0.18 0.40 311.33 0.89 0.32
Hex 98 9 7D 0 5E 12 28 137 59 20
Octal 230 11 175 0 136 22 50 467 131 40
Binary 10011000 1001 1111101 0 1011110 10010 101000 100110111 1011001 100000

Color Harmonies of #98097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98097D

Black with #98097D

Text Example


Text Example

White with #98097D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98097D; }

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

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

background-color css

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

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

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

border-color css

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

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

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