#952788

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

Shades of Dark Purple #952788

Tints of Dark Purple #952788

Color information

#952788 (or 0x952788) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 88. RGB value is (149,39,136). Sum of RGB (Red+Green+Blue) = 149+39+136=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952788 is #6AD877. Grayscale: #525252. Windows color (decimal): -7002232 or 8923029. OLE color: 8923029.

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

Color convert

RGB14939136-
CMYK00.740.090.42
HSL307.09º58.51%36.86%-
HSV(B)307.09º73.83%58.43%-
XYZ17.569.6224.22-
YUV82.95157.94175.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=45.99%
G=12.04%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493913600.740.090.42307.0958.5136.86
Hex95278804A92A1333b25
Octal22547210011211524637345
Binary1001010110011110001000010010101001101010100110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952788; }

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

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

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

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

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

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

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

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