#95067F

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

Shades of Dark Magenta #95067F

Tints of Dark Magenta #95067F

Color information

#95067F (or 0x95067F) is unknown color: approx Dark Magenta. HEX triplet: 95, 06 and 7F. RGB value is (149,6,127). Sum of RGB (Red+Green+Blue) = 149+6+127=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #95067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95067F is #6AF980. Grayscale: #3E3E3E. Windows color (decimal): -7010689 or 8324757. OLE color: 8324757.

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

Color convert

RGB1496127-
CMYK00.960.150.42
HSL309.23º92.26%30.39%-
HSV(B)309.23º95.97%58.43%-
XYZ16.298.0520.77-
YUV62.55164.38189.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 127 (50% from 255) = 45.04%
R=52.84%
G=2.13%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149612700.960.150.42309.2392.2630.39
Hex9567F060F2A1355c1e
Octal22561770140175246513436
Binary100101011101111111011000001111101010100110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,6,127); }

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

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

 a { background-color: rgb(149,6,127); }

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

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

 span { border-color: rgb(149,6,127); }

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