#952E8A

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

Shades of Dark Purple #952E8A

Tints of Dark Purple #952E8A

Color information

#952E8A (or 0x952E8A) is unknown color: approx Dark Purple. HEX triplet: 95, 2E and 8A. RGB value is (149,46,138). Sum of RGB (Red+Green+Blue) = 149+46+138=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #952E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E8A is #6AD175. Grayscale: #575757. Windows color (decimal): -7000438 or 9055893. OLE color: 9055893.

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

Color convert

RGB14946138-
CMYK00.690.070.42
HSL306.41º52.82%38.24%-
HSV(B)306.41º69.13%58.43%-
XYZ17.9610.1825.06-
YUV87.28156.62172.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=44.74%
G=13.81%
B=41.44%

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
Decimal1494613800.690.070.42306.4152.8238.24
Hex952E8A04572A1323526
Octal2255621201057524626546
Binary100101011011101000101001000101111101010100110010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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