#953581

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

Shades of Dark Purple #953581

Tints of Dark Purple #953581

Color information

#953581 (or 0x953581) is unknown color: approx Dark Purple. HEX triplet: 95, 35 and 81. RGB value is (149,53,129). Sum of RGB (Red+Green+Blue) = 149+53+129=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953581 is #6ACA7E. Grayscale: #5A5A5A. Windows color (decimal): -6998655 or 8467861. OLE color: 8467861.

HSL color Cylindrical-coordinate representation of color #953581: hue angle of 312.5º 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 #953581 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14953129-
CMYK00.640.130.42
HSL312.5º47.52%39.61%-
HSV(B)312.5º64.43%58.43%-
XYZ17.6310.5221.87-
YUV90.37149.8169.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=45.02%
G=16.01%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495312900.640.130.42312.547.5239.61
Hex953581040D2A1383028
Octal22565201010015524706050
Binary1001010111010110000001010000001101101010100111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953581; }

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

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

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

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

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

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

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

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