#953182

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

Shades of Dark Purple #953182

Tints of Dark Purple #953182

Color information

#953182 (or 0x953182) is unknown color: approx Dark Purple. HEX triplet: 95, 31 and 82. RGB value is (149,49,130). Sum of RGB (Red+Green+Blue) = 149+49+130=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #953182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953182 is #6ACE7D. Grayscale: #575757. Windows color (decimal): -6999678 or 8532373. OLE color: 8532373.

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

Color convert

RGB14949130-
CMYK00.670.130.42
HSL311.4º50.51%38.82%-
HSV(B)311.4º67.11%58.43%-
XYZ17.5210.222.16-
YUV88.13151.63171.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=45.43%
G=14.94%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494913000.670.130.42311.450.5138.82
Hex953182043D2A1373327
Octal22561202010315524676347
Binary1001010111000110000010010000111101101010100110111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953182; }

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

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

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

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

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

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

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

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