Html Css Color HEX #99099F Dark Magenta

📋 copy color: '#99099F'

red 153 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #99099F

Tints of Dark Magenta #99099F

RGB

 RED value IS 153 (60.16% from 255) = 47.66%

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

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

R = 47.66%
G = 2.8%
B = 49.53%

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

#99099F (or 0x99099F) is known color: Dark Magenta. HEX triplet: 99, 09 and 9F. RGB value is (153,9,159). Sum of RGB (Red+Green+Blue) = 153+9+159=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #99099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099F is #66F660. Grayscale: #444444. Windows color (decimal): -6747745 or 10422681. OLE color: 10422681.

HSL color Cylindrical-coordinate representation of color #99099F: hue angle of 297.6º 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 #99099F is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 9 159 -
CMYK 0.04 0.94 0 0.38
HSL 297.6º 0.89% 0.33% -
HSV(B) 297.6º 0.94% 0.62% -
XYZ 19.49 9.47 33.6 -
YUV 69.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 153 9 159 0.04 0.94 0 0.38 297.6 0.89 0.33
Hex 99 9 9F 4 5E 0 26 12A 59 21
Octal 231 11 237 4 136 0 46 452 131 41
Binary 10011001 1001 10011111 100 1011110 0 100110 100101010 1011001 100001

Color Harmonies of #99099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99099F

Black with #99099F

Text Example


Text Example

White with #99099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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