#952F6D

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

Shades of Dark Purple #952F6D

Tints of Dark Purple #952F6D

Color information

#952F6D (or 0x952F6D) is unknown color: approx Dark Purple. HEX triplet: 95, 2F and 6D. RGB value is (149,47,109). Sum of RGB (Red+Green+Blue) = 149+47+109=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #952F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952F6D is #6AD092. Grayscale: #545454. Windows color (decimal): -7000211 or 7155605. OLE color: 7155605.

HSL color Cylindrical-coordinate representation of color #952F6D: hue angle of 323.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F6D is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14947109-
CMYK00.680.270.42
HSL323.53º52.04%38.43%-
HSV(B)323.53º68.46%58.43%-
XYZ16.179.5315.45-
YUV84.57141.79173.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.85%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=48.85%
G=15.41%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494710900.680.270.42323.5352.0438.43
Hex952F6D0441B2A1443426
Octal22557155010433525046446
Binary1001010110111111011010100010011011101010101000100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,47,109); }

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

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

 a { background-color: rgb(149,47,109); }

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

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

 span { border-color: rgb(149,47,109); }

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