#95288E

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

Shades of Dark Purple #95288E

Tints of Dark Purple #95288E

Color information

#95288E (or 0x95288E) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 8E. RGB value is (149,40,142). Sum of RGB (Red+Green+Blue) = 149+40+142=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #95288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288E is #6AD771. Grayscale: #535353. Windows color (decimal): -7001970 or 9316501. OLE color: 9316501.

HSL color Cylindrical-coordinate representation of color #95288E: hue angle of 303.85º 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 #95288E is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14940142-
CMYK00.730.050.42
HSL303.85º57.67%37.06%-
HSV(B)303.85º73.15%58.43%-
XYZ18.049.8626.54-
YUV84.22160.61174.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=45.02%
G=12.08%
B=42.90%

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
Decimal1494014200.730.050.42303.8557.6737.06
Hex95288E04952A1303a25
Octal2255021601115524607245
Binary100101011010001000111001001001101101010100110000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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