#95288D

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

Shades of Dark Purple #95288D

Tints of Dark Purple #95288D

Color information

#95288D (or 0x95288D) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 8D. RGB value is (149,40,141). Sum of RGB (Red+Green+Blue) = 149+40+141=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #95288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288D is #6AD772. Grayscale: #535353. Windows color (decimal): -7001971 or 9250965. OLE color: 9250965.

HSL color Cylindrical-coordinate representation of color #95288D: hue angle of 304.4º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95288D is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14940141-
CMYK00.730.050.42
HSL304.4º57.67%37.06%-
HSV(B)304.4º73.15%58.43%-
XYZ17.969.8326.15-
YUV84.1160.11174.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=45.15%
G=12.12%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494014100.730.050.42304.457.6737.06
Hex95288D04952A1303a25
Octal2255021501115524607245
Binary100101011010001000110101001001101101010100110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95288D; }

 p { color: rgb(149,40,141); }

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

<style>
 a { background-color: #95288D; }

 a { background-color: rgb(149,40,141); }

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

<style>
 span { border-color: #95288D; }

 span { border-color: rgb(149,40,141); }

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