#952E8B

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

Shades of Dark Purple #952E8B

Tints of Dark Purple #952E8B

Color information

#952E8B (or 0x952E8B) is unknown color: approx Dark Purple. HEX triplet: 95, 2E and 8B. RGB value is (149,46,139). Sum of RGB (Red+Green+Blue) = 149+46+139=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E8B is #6AD174. Grayscale: #575757. Windows color (decimal): -7000437 or 9121429. OLE color: 9121429.

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

Color convert

RGB14946139-
CMYK00.690.070.42
HSL305.83º52.82%38.24%-
HSV(B)305.83º69.13%58.43%-
XYZ18.0310.2125.45-
YUV87.4157.12171.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=44.61%
G=13.77%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494613900.690.070.42305.8352.8238.24
Hex952E8B04572A1323526
Octal2255621301057524626546
Binary100101011011101000101101000101111101010100110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,46,139); }

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

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

 a { background-color: rgb(149,46,139); }

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

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

 span { border-color: rgb(149,46,139); }

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