#952779

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

Shades of Dark Purple #952779

Tints of Dark Purple #952779

Color information

#952779 (or 0x952779) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 79. RGB value is (149,39,121). Sum of RGB (Red+Green+Blue) = 149+39+121=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #952779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952779 is #6AD886. Grayscale: #515151. Windows color (decimal): -7002247 or 7939989. OLE color: 7939989.

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

Color convert

RGB14939121-
CMYK00.740.190.42
HSL315.27º58.51%36.86%-
HSV(B)315.27º73.83%58.43%-
XYZ16.579.2219-
YUV81.24150.44176.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=48.22%
G=12.62%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493912100.740.190.42315.2758.5136.86
Hex95277904A132A13b3b25
Octal22547171011223524737345
Binary1001010110011111110010100101010011101010100111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952779; }

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

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

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

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

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

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

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

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