#95187E

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

Shades of Dark Purple #95187E

Tints of Dark Purple #95187E

Color information

#95187E (or 0x95187E) is unknown color: approx Dark Purple. HEX triplet: 95, 18 and 7E. RGB value is (149,24,126). Sum of RGB (Red+Green+Blue) = 149+24+126=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #95187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95187E is #6AE781. Grayscale: #484848. Windows color (decimal): -7006082 or 8263829. OLE color: 8263829.

HSL color Cylindrical-coordinate representation of color #95187E: hue angle of 311.04º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95187E is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14924126-
CMYK00.840.150.42
HSL311.04º72.25%33.92%-
HSV(B)311.04º83.89%58.43%-
XYZ16.498.5520.52-
YUV73157.91182.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=49.83%
G=8.03%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492412600.840.150.42311.0472.2533.92
Hex95187E054F2A1374822
Octal225301760124175246711042
Binary100101011100011111100101010011111010101001101111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,24,126); }

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

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

 a { background-color: rgb(149,24,126); }

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

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

 span { border-color: rgb(149,24,126); }

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