#953284

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

Shades of Dark Purple #953284

Tints of Dark Purple #953284

Color information

#953284 (or 0x953284) is unknown color: approx Dark Purple. HEX triplet: 95, 32 and 84. RGB value is (149,50,132). Sum of RGB (Red+Green+Blue) = 149+50+132=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #953284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953284 is #6ACD7B. Grayscale: #585858. Windows color (decimal): -6999420 or 8663701. OLE color: 8663701.

HSL color Cylindrical-coordinate representation of color #953284: hue angle of 310.3º degrees, saturation: 0.5, 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 #953284 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14950132-
CMYK00.660.110.42
HSL310.3º49.75%39.02%-
HSV(B)310.3º66.44%58.43%-
XYZ17.710.3422.89-
YUV88.95152.3170.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=45.02%
G=15.11%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495013200.660.110.42310.349.7539.02
Hex953284042B2A1363227
Octal22562204010213524666247
Binary1001010111001010000100010000101011101010100110110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953284; }

 p { color: rgb(149,50,132); }

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

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

 a { background-color: rgb(149,50,132); }

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

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

 span { border-color: rgb(149,50,132); }

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