#952d78

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

Shades of Dark Purple #952D78

Tints of Dark Purple #952D78

Color information

#952D78 (or 0x952D78) is unknown color: approx Dark Purple. HEX triplet: 95, 2D and 78. RGB value is (149,45,120). Sum of RGB (Red+Green+Blue) = 149+45+120=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #952D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D78 is #6AD287. Grayscale: #545454. Windows color (decimal): -7000712 or 7875989. OLE color: 7875989.

HSL color Cylindrical-coordinate representation of color #952D78: hue angle of 316.73º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D78 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14945120-
CMYK00.700.190.42
HSL316.73º53.61%38.04%-
HSV(B)316.73º69.8%58.43%-
XYZ16.729.6218.75-
YUV84.65147.96173.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 45 (17.97% from 255) = 14.33%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=47.45%
G=14.33%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494512000.700.190.42316.7353.6138.04
Hex952D78046132A13d3626
Octal22555170010623524756646
Binary1001010110110111110000100011010011101010100111101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952d78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952d78; }

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

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

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

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

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

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

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

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