#953778

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

Shades of Dark Purple #953778

Tints of Dark Purple #953778

Color information

#953778 (or 0x953778) is unknown color: approx Dark Purple. HEX triplet: 95, 37 and 78. RGB value is (149,55,120). Sum of RGB (Red+Green+Blue) = 149+55+120=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #953778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953778 is #6AC887. Grayscale: #5A5A5A. Windows color (decimal): -6998152 or 7878549. OLE color: 7878549.

HSL color Cylindrical-coordinate representation of color #953778: hue angle of 318.51º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953778 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14955120-
CMYK00.630.190.42
HSL318.51º46.08%40%-
HSV(B)318.51º63.09%58.43%-
XYZ17.1510.4818.89-
YUV90.52144.64169.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 55 (21.88% from 255) = 16.98%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=45.99%
G=16.98%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495512000.630.190.42318.5146.0840
Hex95377803F132A13f2e28
Octal2256717007723524775650
Binary100101011101111111000011111110011101010100111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953778; }

 p { color: rgb(149,55,120); }

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

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

 a { background-color: rgb(149,55,120); }

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

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

 span { border-color: rgb(149,55,120); }

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