Html Css Color HEX #99098E Dark Magenta

📋 copy color: '#99098E'

red 153 ◦ green 9 ◦ blue 142

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

Shades of Dark Magenta #99098E

Tints of Dark Magenta #99098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 50.33%
G = 2.96%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99098E (or 0x99098E) is known color: Dark Magenta. HEX triplet: 99, 09 and 8E. RGB value is (153,9,142). Sum of RGB (Red+Green+Blue) = 153+9+142=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #99098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99098E is #66F671. Grayscale: #424242. Windows color (decimal): -6747762 or 9308569. OLE color: 9308569.

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

Color convert

RGB 153 9 142 -
CMYK 0 0.94 0.07 0.4
HSL 304.58º 0.89% 0.32% -
HSV(B) 304.58º 0.94% 0.6% -
XYZ 18.12 8.92 26.36 -
YUV 67.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 153 9 142 0 0.94 0.07 0.4 304.58 0.89 0.32
Hex 99 9 8E 0 5E 7 28 131 59 20
Octal 231 11 216 0 136 7 50 461 131 40
Binary 10011001 1001 10001110 0 1011110 111 101000 100110001 1011001 100000

Color Harmonies of #99098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99098E

Black with #99098E

Text Example


Text Example

White with #99098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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