Html Css Color HEX #98097E Dark Magenta

📋 copy color: '#98097E'

red 152 ◦ green 9 ◦ blue 126

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

Shades of Dark Magenta #98097E

Tints of Dark Magenta #98097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 52.96%
G = 3.14%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98097E (or 0x98097E) is known color: Dark Magenta. HEX triplet: 98, 09 and 7E. RGB value is (152,9,126). Sum of RGB (Red+Green+Blue) = 152+9+126=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #98097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98097E is #67F681. Grayscale: #404040. Windows color (decimal): -6813314 or 8259992. OLE color: 8259992.

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

Color convert

RGB 152 9 126 -
CMYK 0 0.94 0.17 0.40
HSL 310.91º 0.89% 0.32% -
HSV(B) 310.91º 0.94% 0.6% -
XYZ 16.81 8.38 20.47 -
YUV 65.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 152 9 126 0 0.94 0.17 0.40 310.91 0.89 0.32
Hex 98 9 7E 0 5E 11 28 137 59 20
Octal 230 11 176 0 136 21 50 467 131 40
Binary 10011000 1001 1111110 0 1011110 10001 101000 100110111 1011001 100000

Color Harmonies of #98097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98097E

Black with #98097E

Text Example


Text Example

White with #98097E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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