#95038E

Color #95038E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #95038E

Tints of Dark Magenta #95038E

Color information

#95038E (or 0x95038E) is unknown color: approx Dark Magenta. HEX triplet: 95, 03 and 8E. RGB value is (149,3,142). Sum of RGB (Red+Green+Blue) = 149+3+142=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95038E is #6AFC71. Grayscale: #3E3E3E. Windows color (decimal): -7011442 or 9307029. OLE color: 9307029.

HSL color Cylindrical-coordinate representation of color #95038E: hue angle of 302.88º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95038E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB1493142-
CMYK00.980.050.42
HSL302.88º96.05%29.8%-
HSV(B)302.88º97.99%58.43%-
XYZ17.318.4126.3-
YUV62.5172.87189.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=50.68%
G=1.02%
B=48.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149314200.980.050.42302.8896.0529.8
Hex9538E06252A12f601e
Octal2253216014255245714036
Binary10010101111000111001100010101101010100101111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95038E;
 }
 .AnyTagClassName
 {
   color: #95038E;
 }
</style>
background-color css

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

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

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

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

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

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