#953585

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

Shades of Dark Purple #953585

Tints of Dark Purple #953585

Color information

#953585 (or 0x953585) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 85. RGB value is (149,53,133). Sum of RGB (Red+Green+Blue) = 149+53+133=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953585 is #6ACA7A. Grayscale: #5A5A5A. Windows color (decimal): -6998651 or 8730005. OLE color: 8730005.

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

Color convert

RGB14953133-
CMYK00.640.110.42
HSL310º47.52%39.61%-
HSV(B)310º64.43%58.43%-
XYZ17.910.6323.3-
YUV90.82151.8169.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=44.48%
G=15.82%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495313300.640.110.4231047.5239.61
Hex953585040B2A1363028
Octal22565205010013524666050
Binary1001010111010110000101010000001011101010100110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953585; }

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

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

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

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

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

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

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

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