#952588

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

Shades of Dark Purple #952588

Tints of Dark Purple #952588

Color information

#952588 (or 0x952588) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 88. RGB value is (149,37,136). Sum of RGB (Red+Green+Blue) = 149+37+136=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #952588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952588 is #6ADA77. Grayscale: #515151. Windows color (decimal): -7002744 or 8922517. OLE color: 8922517.

HSL color Cylindrical-coordinate representation of color #952588: hue angle of 306.96º 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 #952588 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14937136-
CMYK00.750.090.42
HSL306.96º60.22%36.47%-
HSV(B)306.96º75.17%58.43%-
XYZ17.59.4924.2-
YUV81.77158.61175.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 37 (14.84% from 255) = 11.49%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=46.27%
G=11.49%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493713600.750.090.42306.9660.2236.47
Hex95258804B92A1333c24
Octal22545210011311524637444
Binary1001010110010110001000010010111001101010100110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952588; }

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

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

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

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

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

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

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

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