#952C6F

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

Shades of Dark Purple #952C6F

Tints of Dark Purple #952C6F

Color information

#952C6F (or 0x952C6F) is unknown color: approx Dark Purple. HEX triplet: 95, 2C and 6F. RGB value is (149,44,111). Sum of RGB (Red+Green+Blue) = 149+44+111=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C6F is #6AD390. Grayscale: #525252. Windows color (decimal): -7000977 or 7285909. OLE color: 7285909.

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

Color convert

RGB14944111-
CMYK00.700.260.42
HSL321.71º54.4%37.84%-
HSV(B)321.71º70.47%58.43%-
XYZ16.169.3415.99-
YUV83.03143.79175.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 44 (17.58% from 255) = 14.47%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=49.01%
G=14.47%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494411100.700.260.42321.7154.437.84
Hex952C6F0461A2A1423626
Octal22554157010632525026646
Binary1001010110110011011110100011011010101010101000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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