#952989

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

Shades of Dark Purple #952989

Tints of Dark Purple #952989

Color information

#952989 (or 0x952989) is unknown color: approx Dark Purple. HEX triplet: 95, 29 and 89. RGB value is (149,41,137). Sum of RGB (Red+Green+Blue) = 149+41+137=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952989 is #6AD676. Grayscale: #535353. Windows color (decimal): -7001719 or 8989077. OLE color: 8989077.

HSL color Cylindrical-coordinate representation of color #952989: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952989 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14941137-
CMYK00.720.080.42
HSL306.67º56.84%37.25%-
HSV(B)306.67º72.48%58.43%-
XYZ17.79.7824.62-
YUV84.24157.78174.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=45.57%
G=12.54%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494113700.720.080.42306.6756.8437.25
Hex95298904882A1333925
Octal22551211011010524637145
Binary1001010110100110001001010010001000101010100110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952989; }

 p { color: rgb(149,41,137); }

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

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

 a { background-color: rgb(149,41,137); }

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

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

 span { border-color: rgb(149,41,137); }

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