#95387C

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

Shades of Dark Purple #95387C

Tints of Dark Purple #95387C

Color information

#95387C (or 0x95387C) is unknown color: approx Dark Purple. HEX triplet: 95, 38 and 7C. RGB value is (149,56,124). Sum of RGB (Red+Green+Blue) = 149+56+124=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95387C is #6AC783. Grayscale: #5B5B5B. Windows color (decimal): -6997892 or 8140949. OLE color: 8140949.

HSL color Cylindrical-coordinate representation of color #95387C: hue angle of 316.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95387C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14956124-
CMYK00.620.170.42
HSL316.13º45.37%40.2%-
HSV(B)316.13º62.42%58.43%-
XYZ17.4510.6720.21-
YUV91.56146.31168.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=45.29%
G=17.02%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495612400.620.170.42316.1345.3740.2
Hex95387C03E112A13c2d28
Octal2257017407621524745550
Binary100101011110001111100011111010001101010100111100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95387C; }

 p { color: rgb(149,56,124); }

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

<style>
 a { background-color: #95387C; }

 a { background-color: rgb(149,56,124); }

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

<style>
 span { border-color: #95387C; }

 span { border-color: rgb(149,56,124); }

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