Html Css Color HEX #98099F Dark Magenta

📋 copy color: '#98099F'

red 152 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #98099F

Tints of Dark Magenta #98099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 47.5%
G = 2.81%
B = 49.69%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98099F (or 0x98099F) is known color: Dark Magenta. HEX triplet: 98, 09 and 9F. RGB value is (152,9,159). Sum of RGB (Red+Green+Blue) = 152+9+159=320 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.5% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #98099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98099F is #67F660. Grayscale: #444444. Windows color (decimal): -6813281 or 10422680. OLE color: 10422680.

HSL color Cylindrical-coordinate representation of color #98099F: hue angle of 297.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98099F is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 9 159 -
CMYK 0.04 0.94 0 0.38
HSL 297.2º 0.89% 0.33% -
HSV(B) 297.2º 0.94% 0.62% -
XYZ 19.3 9.37 33.59 -
YUV 68.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 152 9 159 0.04 0.94 0 0.38 297.2 0.89 0.33
Hex 98 9 9F 4 5E 0 26 129 59 21
Octal 230 11 237 4 136 0 46 451 131 41
Binary 10011000 1001 10011111 100 1011110 0 100110 100101001 1011001 100001

Color Harmonies of #98099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98099F

Black with #98099F

Text Example


Text Example

White with #98099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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