#952589

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

Shades of Dark Purple #952589

Tints of Dark Purple #952589

Color information

#952589 (or 0x952589) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 89. RGB value is (149,37,137). Sum of RGB (Red+Green+Blue) = 149+37+137=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #952589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952589 is #6ADA76. Grayscale: #515151. Windows color (decimal): -7002743 or 8988053. OLE color: 8988053.

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

Color convert

RGB14937137-
CMYK00.750.080.42
HSL306.43º60.22%36.47%-
HSV(B)306.43º75.17%58.43%-
XYZ17.579.5224.58-
YUV81.89159.11175.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 37 (14.84% from 255) = 11.46%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=46.13%
G=11.46%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493713700.750.080.42306.4360.2236.47
Hex95258904B82A1323c24
Octal22545211011310524627444
Binary1001010110010110001001010010111000101010100110010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952589; }

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

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

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

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

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

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

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

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