#95387F

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

Shades of Dark Purple #95387F

Tints of Dark Purple #95387F

Color information

#95387F (or 0x95387F) is unknown color: approx Dark Purple. HEX triplet: 95, 38 and 7F. RGB value is (149,56,127). Sum of RGB (Red+Green+Blue) = 149+56+127=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #95387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95387F is #6AC780. Grayscale: #5B5B5B. Windows color (decimal): -6997889 or 8337557. OLE color: 8337557.

HSL color Cylindrical-coordinate representation of color #95387F: hue angle of 314.19º 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 #95387F is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14956127-
CMYK00.620.150.42
HSL314.19º45.37%40.2%-
HSV(B)314.19º62.42%58.43%-
XYZ17.6410.7521.22-
YUV91.9147.81168.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 127 (50% from 255) = 38.25%
R=44.88%
G=16.87%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495612700.620.150.42314.1945.3740.2
Hex95387F03EF2A13a2d28
Octal2257017707617524725550
Binary10010101111000111111101111101111101010100111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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