#95099C

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

Shades of Dark Magenta #95099C

Tints of Dark Magenta #95099C

Color information

#95099C (or 0x95099C) is unknown color: approx Dark Magenta. HEX triplet: 95, 09 and 9C. RGB value is (149,9,156). Sum of RGB (Red+Green+Blue) = 149+9+156=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #95099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95099C is #6AF663. Grayscale: #434343. Windows color (decimal): -7009892 or 10226069. OLE color: 10226069.

HSL color Cylindrical-coordinate representation of color #95099C: hue angle of 297.14º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95099C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1499156-
CMYK0.040.9400.39
HSL297.14º89.09%32.35%-
HSV(B)297.14º94.23%61.18%-
XYZ18.498.9932.21-
YUV67.62177.88186.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 9 (3.91% from 255) = 2.87%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=47.45%
G=2.87%
B=49.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14991560.040.9400.39297.1489.0932.35
Hex9599C45E0271295920
Octal22511234413604745113140
Binary10010101100110011100100101111001001111001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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