#952585

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

Shades of Dark Purple #952585

Tints of Dark Purple #952585

Color information

#952585 (or 0x952585) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 85. RGB value is (149,37,133). Sum of RGB (Red+Green+Blue) = 149+37+133=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952585 is #6ADA7A. Grayscale: #515151. Windows color (decimal): -7002747 or 8725909. OLE color: 8725909.

HSL color Cylindrical-coordinate representation of color #952585: hue angle of 308.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952585 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14937133-
CMYK00.750.110.42
HSL308.57º60.22%36.47%-
HSV(B)308.57º75.17%58.43%-
XYZ17.299.4123.09-
YUV81.43157.11176.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 37 (14.84% from 255) = 11.60%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=46.71%
G=11.60%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493713300.750.110.42308.5760.2236.47
Hex95258504BB2A1353c24
Octal22545205011313524657444
Binary1001010110010110000101010010111011101010100110101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952585; }

 p { color: rgb(149,37,133); }

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

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

 a { background-color: rgb(149,37,133); }

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

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

 span { border-color: rgb(149,37,133); }

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