#95009F

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

Shades of Dark Magenta #95009F

Tints of Dark Magenta #95009F

Color information

#95009F (or 0x95009F) is unknown color: approx Dark Magenta. HEX triplet: 95, 00 and 9F. RGB value is (149,0,159). Sum of RGB (Red+Green+Blue) = 149+0+159=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #95009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #95009F is #6AFF60. Grayscale: #3E3E3E. Windows color (decimal): -7012193 or 10420373. OLE color: 10420373.

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

Color convert

RGB1490159-
CMYK0.06100.38
HSL296.23º100%31.18%-
HSV(B)296.23º100%62.35%-
XYZ18.658.8933.53-
YUV62.68182.36189.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=48.38%
G=0%
B=51.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14901590.06100.38296.2310031.18
Hex9509F664026128641f
Octal2250237614404645014437
Binary1001010101001111111011001000100110100101000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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