#953184

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

Shades of Dark Purple #953184

Tints of Dark Purple #953184

Color information

#953184 (or 0x953184) is unknown color: approx Dark Purple. HEX triplet: 95, 31 and 84. RGB value is (149,49,132). Sum of RGB (Red+Green+Blue) = 149+49+132=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #953184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953184 is #6ACE7B. Grayscale: #585858. Windows color (decimal): -6999676 or 8663445. OLE color: 8663445.

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

Color convert

RGB14949132-
CMYK00.670.110.42
HSL310.2º50.51%38.82%-
HSV(B)310.2º67.11%58.43%-
XYZ17.6610.2522.88-
YUV88.36152.63171.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 132 (51.95% from 255) = 40%
R=45.15%
G=14.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494913200.670.110.42310.250.5138.82
Hex953184043B2A1363327
Octal22561204010313524666347
Binary1001010111000110000100010000111011101010100110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953184; }

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

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

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

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

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

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

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

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