#95288B

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

Shades of Dark Purple #95288B

Tints of Dark Purple #95288B

Color information

#95288B (or 0x95288B) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 8B. RGB value is (149,40,139). Sum of RGB (Red+Green+Blue) = 149+40+139=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95288B is #6AD774. Grayscale: #535353. Windows color (decimal): -7001973 or 9119893. OLE color: 9119893.

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

Color convert

RGB14940139-
CMYK00.730.070.42
HSL305.5º57.67%37.06%-
HSV(B)305.5º73.15%58.43%-
XYZ17.819.7725.37-
YUV83.88159.11174.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 40 (16.02% from 255) = 12.20%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=45.43%
G=12.20%
B=42.38%

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
Decimal1494013900.730.070.42305.557.6737.06
Hex95288B04972A1323a25
Octal2255021301117524627245
Binary100101011010001000101101001001111101010100110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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