#95288A

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

Shades of Dark Purple #95288A

Tints of Dark Purple #95288A

Color information

#95288A (or 0x95288A) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 8A. RGB value is (149,40,138). Sum of RGB (Red+Green+Blue) = 149+40+138=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288A is #6AD775. Grayscale: #535353. Windows color (decimal): -7001974 or 9054357. OLE color: 9054357.

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

Color convert

RGB14940138-
CMYK00.730.070.42
HSL306.06º57.67%37.06%-
HSV(B)306.06º73.15%58.43%-
XYZ17.749.7424.99-
YUV83.76158.61174.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 40 (16.02% from 255) = 12.23%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=45.57%
G=12.23%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494013800.730.070.42306.0657.6737.06
Hex95288A04972A1323a25
Octal2255021201117524627245
Binary100101011010001000101001001001111101010100110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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