#95099F

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

Shades of Dark Magenta #95099F

Tints of Dark Magenta #95099F

Color information

#95099F (or 0x95099F) is unknown color: approx Dark Magenta. HEX triplet: 95, 09 and 9F. RGB value is (149,9,159). Sum of RGB (Red+Green+Blue) = 149+9+159=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #95099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95099F is #6AF660. Grayscale: #434343. Windows color (decimal): -7009889 or 10422677. OLE color: 10422677.

HSL color Cylindrical-coordinate representation of color #95099F: hue angle of 296º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95099F is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1499159-
CMYK0.060.9400.38
HSL296º89.29%32.94%-
HSV(B)296º94.34%62.35%-
XYZ18.759.0933.57-
YUV67.96179.38185.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 9 (3.91% from 255) = 2.84%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=47.00%
G=2.84%
B=50.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14991590.060.9400.3829689.2932.94
Hex9599F65E0261285921
Octal22511237613604645013141
Binary10010101100110011111110101111001001101001010001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95099F; }

 p { color: rgb(149,9,159); }

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

<style>
 a { background-color: #95099F; }

 a { background-color: rgb(149,9,159); }

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

<style>
 span { border-color: #95099F; }

 span { border-color: rgb(149,9,159); }

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