Html Css Color HEX #99038E Dark Magenta

📋 copy color: '#99038E'

red 153 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #99038E

Tints of Dark Magenta #99038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

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

R = 51.34%
G = 1.01%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99038E (or 0x99038E) is known color: Dark Magenta. HEX triplet: 99, 03 and 8E. RGB value is (153,3,142). Sum of RGB (Red+Green+Blue) = 153+3+142=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99038E is #66FC71. Grayscale: #3F3F3F. Windows color (decimal): -6749298 or 9307033. OLE color: 9307033.

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

Color convert

RGB 153 3 142 -
CMYK 0 0.98 0.07 0.4
HSL 304.4º 0.96% 0.31% -
HSV(B) 304.4º 0.98% 0.6% -
XYZ 18.05 8.79 26.34 -
YUV 63.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 153 3 142 0 0.98 0.07 0.4 304.4 0.96 0.31
Hex 99 3 8E 0 62 7 28 130 60 1F
Octal 231 3 216 0 142 7 50 460 140 37
Binary 10011001 11 10001110 0 1100010 111 101000 100110000 1100000 11111

Color Harmonies of #99038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99038E

Black with #99038E

Text Example


Text Example

White with #99038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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