Html Css Color HEX #99008E Dark Magenta

📋 copy color: '#99008E'

red 153 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #99008E

Tints of Dark Magenta #99008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.86%
G = 0%
B = 48.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99008E (or 0x99008E) is known color: Dark Magenta. HEX triplet: 99, 00 and 8E. RGB value is (153,0,142). Sum of RGB (Red+Green+Blue) = 153+0+142=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99008E is #66FF71. Grayscale: #3D3D3D. Windows color (decimal): -6750066 or 9306265. OLE color: 9306265.

HSL color Cylindrical-coordinate representation of color #99008E: hue angle of 304.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99008E is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 142 -
CMYK 0 1 0.07 0.4
HSL 304.31º 1% 0.3% -
HSV(B) 304.31º 1% 0.6% -
XYZ 18.02 8.73 26.33 -
YUV 61.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 153 0 142 0 1 0.07 0.4 304.31 1 0.3
Hex 99 0 8E 0 64 7 28 130 64 1E
Octal 231 0 216 0 144 7 50 460 144 36
Binary 10011001 0 10001110 0 1100100 111 101000 100110000 1100100 11110

Color Harmonies of #99008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99008E

Black with #99008E

Text Example


Text Example

White with #99008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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