#952879

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

Shades of Dark Purple #952879

Tints of Dark Purple #952879

Color information

#952879 (or 0x952879) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 79. RGB value is (149,40,121). Sum of RGB (Red+Green+Blue) = 149+40+121=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #952879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952879 is #6AD786. Grayscale: #515151. Windows color (decimal): -7001991 or 7940245. OLE color: 7940245.

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

Color convert

RGB14940121-
CMYK00.730.190.42
HSL315.41º57.67%37.06%-
HSV(B)315.41º73.15%58.43%-
XYZ16.69.2919.01-
YUV81.82150.11175.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=48.06%
G=12.90%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494012100.730.190.42315.4157.6737.06
Hex952879049132A13b3a25
Octal22550171011123524737245
Binary1001010110100011110010100100110011101010100111011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952879; }

 p { color: rgb(149,40,121); }

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

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

 a { background-color: rgb(149,40,121); }

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

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

 span { border-color: rgb(149,40,121); }

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