#953382

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

Shades of Dark Purple #953382

Tints of Dark Purple #953382

Color information

#953382 (or 0x953382) is unknown color: approx Dark Purple. HEX triplet: 95, 33 and 82. RGB value is (149,51,130). Sum of RGB (Red+Green+Blue) = 149+51+130=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953382 is #6ACC7D. Grayscale: #595959. Windows color (decimal): -6999166 or 8532885. OLE color: 8532885.

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

Color convert

RGB14951130-
CMYK00.660.130.42
HSL311.63º49%39.22%-
HSV(B)311.63º65.77%58.43%-
XYZ17.6110.3722.19-
YUV89.31150.97170.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=45.15%
G=15.45%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495113000.660.130.42311.634939.22
Hex953382042D2A1383127
Octal22563202010215524706147
Binary1001010111001110000010010000101101101010100111000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953382; }

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

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

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

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

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

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

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

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