#952D7E

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

Shades of Dark Purple #952D7E

Tints of Dark Purple #952D7E

Color information

#952D7E (or 0x952D7E) is unknown color: approx Dark Purple. HEX triplet: 95, 2D and 7E. RGB value is (149,45,126). Sum of RGB (Red+Green+Blue) = 149+45+126=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #952D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D7E is #6AD281. Grayscale: #555555. Windows color (decimal): -7000706 or 8269205. OLE color: 8269205.

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

Color convert

RGB14945126-
CMYK00.700.150.42
HSL313.27º53.61%38.04%-
HSV(B)313.27º69.8%58.43%-
XYZ17.19.7720.72-
YUV85.33150.96173.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=46.56%
G=14.06%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494512600.700.150.42313.2753.6138.04
Hex952D7E046F2A1393626
Octal22555176010617524716646
Binary100101011011011111110010001101111101010100111001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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