#952C80

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

Shades of Dark Purple #952C80

Tints of Dark Purple #952C80

Color information

#952C80 (or 0x952C80) is unknown color: approx Dark Purple. HEX triplet: 95, 2C and 80. RGB value is (149,44,128). Sum of RGB (Red+Green+Blue) = 149+44+128=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C80 is #6AD37F. Grayscale: #545454. Windows color (decimal): -7000960 or 8400021. OLE color: 8400021.

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

Color convert

RGB14944128-
CMYK00.700.140.42
HSL312º54.4%37.84%-
HSV(B)312º70.47%58.43%-
XYZ17.199.7521.4-
YUV84.97152.29173.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=46.42%
G=13.71%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494412800.700.140.4231254.437.84
Hex952C80046E2A1383626
Octal22554200010616524706646
Binary1001010110110010000000010001101110101010100111000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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