#95317d

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

Shades of Dark Purple #95317D

Tints of Dark Purple #95317D

Color information

#95317D (or 0x95317D) is unknown color: approx Dark Purple. HEX triplet: 95, 31 and 7D. RGB value is (149,49,125). Sum of RGB (Red+Green+Blue) = 149+49+125=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95317D is #6ACE82. Grayscale: #575757. Windows color (decimal): -6999683 or 8204693. OLE color: 8204693.

HSL color Cylindrical-coordinate representation of color #95317D: hue angle of 314.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95317D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14949125-
CMYK00.670.160.42
HSL314.4º50.51%38.82%-
HSV(B)314.4º67.11%58.43%-
XYZ17.1910.0720.44-
YUV87.56149.13171.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=46.13%
G=15.17%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494912500.670.160.42314.450.5138.82
Hex95317D043102A13a3327
Octal22561175010320524726347
Binary1001010111000111111010100001110000101010100111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95317d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95317d; }

 p { color: rgb(149,49,125); }

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

<style>
 a { background-color: #95317d; }

 a { background-color: rgb(149,49,125); }

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

<style>
 span { border-color: #95317d; }

 span { border-color: rgb(149,49,125); }

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