Html Css Color HEX #99099C Dark Magenta

📋 copy color: '#99099C'

red 153 ◦ green 9 ◦ blue 156

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

Shades of Dark Magenta #99099C

Tints of Dark Magenta #99099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.06%

R = 48.11%
G = 2.83%
B = 49.06%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99099C (or 0x99099C) is known color: Dark Magenta. HEX triplet: 99, 09 and 9C. RGB value is (153,9,156). Sum of RGB (Red+Green+Blue) = 153+9+156=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #99099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99099C is #66F663. Grayscale: #444444. Windows color (decimal): -6747748 or 10226073. OLE color: 10226073.

HSL color Cylindrical-coordinate representation of color #99099C: hue angle of 298.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99099C is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 9 156 -
CMYK 0.02 0.94 0 0.39
HSL 298.78º 0.89% 0.32% -
HSV(B) 298.78º 0.94% 0.61% -
XYZ 19.24 9.37 32.25 -
YUV 68.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 153 9 156 0.02 0.94 0 0.39 298.78 0.89 0.32
Hex 99 9 9C 2 5E 0 27 12B 59 20
Octal 231 11 234 2 136 0 47 453 131 40
Binary 10011001 1001 10011100 10 1011110 0 100111 100101011 1011001 100000

Color Harmonies of #99099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99099C

Black with #99099C

Text Example


Text Example

White with #99099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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