#952881

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

Shades of Dark Purple #952881

Tints of Dark Purple #952881

Color information

#952881 (or 0x952881) is unknown color: approx Dark Purple. HEX triplet: 95, 28 and 81. RGB value is (149,40,129). Sum of RGB (Red+Green+Blue) = 149+40+129=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #952881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952881 is #6AD77E. Grayscale: #525252. Windows color (decimal): -7001983 or 8464533. OLE color: 8464533.

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

Color convert

RGB14940129-
CMYK00.730.130.42
HSL311.01º57.67%37.06%-
HSV(B)311.01º73.15%58.43%-
XYZ17.129.4921.7-
YUV82.74154.11175.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=46.86%
G=12.58%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494012900.730.130.42311.0157.6737.06
Hex952881049D2A1373a25
Octal22550201011115524677245
Binary1001010110100010000001010010011101101010100110111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952881; }

 p { color: rgb(149,40,129); }

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

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

 a { background-color: rgb(149,40,129); }

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

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

 span { border-color: rgb(149,40,129); }

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