#952C7C

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

Shades of Dark Purple #952C7C

Tints of Dark Purple #952C7C

Color information

#952C7C (or 0x952C7C) is unknown color: approx Dark Purple. HEX triplet: 95, 2C and 7C. RGB value is (149,44,124). Sum of RGB (Red+Green+Blue) = 149+44+124=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #952C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C7C is #6AD383. Grayscale: #545454. Windows color (decimal): -7000964 or 8137877. OLE color: 8137877.

HSL color Cylindrical-coordinate representation of color #952C7C: hue angle of 314.29º 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 #952C7C is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB14944124-
CMYK00.700.170.42
HSL314.29º54.4%37.84%-
HSV(B)314.29º70.47%58.43%-
XYZ16.939.6520.04-
YUV84.51150.29174-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=47.00%
G=13.88%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494412400.700.170.42314.2954.437.84
Hex952C7C046112A13a3626
Octal22554174010621524726646
Binary1001010110110011111000100011010001101010100111010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,44,124); }

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

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

 a { background-color: rgb(149,44,124); }

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

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

 span { border-color: rgb(149,44,124); }

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