Html Css Color HEX #99098A Dark Magenta

📋 copy color: '#99098A'

red 153 ◦ green 9 ◦ blue 138

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

Shades of Dark Magenta #99098A

Tints of Dark Magenta #99098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46%

R = 51%
G = 3%
B = 46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99098A (or 0x99098A) is known color: Dark Magenta. HEX triplet: 99, 09 and 8A. RGB value is (153,9,138). Sum of RGB (Red+Green+Blue) = 153+9+138=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99098A is #66F675. Grayscale: #424242. Windows color (decimal): -6747766 or 9046425. OLE color: 9046425.

HSL color Cylindrical-coordinate representation of color #99098A: hue angle of 306.25º 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 #99098A is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 138 -
CMYK 0 0.94 0.10 0.4
HSL 306.25º 0.89% 0.32% -
HSV(B) 306.25º 0.94% 0.6% -
XYZ 17.82 8.8 24.8 -
YUV 66.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 153 9 138 0 0.94 0.10 0.4 306.25 0.89 0.32
Hex 99 9 8A 0 5E A 28 132 59 20
Octal 231 11 212 0 136 12 50 462 131 40
Binary 10011001 1001 10001010 0 1011110 1010 101000 100110010 1011001 100000

Color Harmonies of #99098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99098A

Black with #99098A

Text Example


Text Example

White with #99098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99098A; }

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

 H1.HeaderClassName
 {
   color: #99098A;
 }
 .AnyTagClassName
 {
   color: #99098A;
 }
</style>

background-color css

<style>
 a { background-color: #99098A; }

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

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

border-color css

<style>
 span { border-color: #99098A; }

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

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