#953482

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

Shades of Dark Purple #953482

Tints of Dark Purple #953482

Color information

#953482 (or 0x953482) is unknown color: approx Dark Purple. HEX triplet: 95, 34 and 82. RGB value is (149,52,130). Sum of RGB (Red+Green+Blue) = 149+52+130=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953482 is #6ACB7D. Grayscale: #595959. Windows color (decimal): -6998910 or 8533141. OLE color: 8533141.

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

Color convert

RGB14952130-
CMYK00.650.130.42
HSL311.75º48.26%39.41%-
HSV(B)311.75º65.1%58.43%-
XYZ17.6510.4622.21-
YUV89.89150.64170.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=45.02%
G=15.71%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495213000.650.130.42311.7548.2639.41
Hex953482041D2A1383027
Octal22564202010115524706047
Binary1001010111010010000010010000011101101010100111000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953482; }

 p { color: rgb(149,52,130); }

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

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

 a { background-color: rgb(149,52,130); }

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

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

 span { border-color: rgb(149,52,130); }

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