#952076

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

Shades of Dark Purple #952076

Tints of Dark Purple #952076

Color information

#952076 (or 0x952076) is unknown color: approx Dark Purple. HEX triplet: 95, 20 and 76. RGB value is (149,32,118). Sum of RGB (Red+Green+Blue) = 149+32+118=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952076 is #6ADF89. Grayscale: #4C4C4C. Windows color (decimal): -7004042 or 7741589. OLE color: 7741589.

HSL color Cylindrical-coordinate representation of color #952076: hue angle of 315.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952076 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14932118-
CMYK00.790.210.42
HSL315.9º64.64%35.49%-
HSV(B)315.9º78.52%58.43%-
XYZ16.188.7317.97-
YUV76.79151.26179.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.83%
GREEN value IS 32 (12.89% from 255) = 10.70%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=49.83%
G=10.70%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493211800.790.210.42315.964.6435.49
Hex95207604F152A13c4123
Octal225401660117255247410143
Binary10010101100000111011001001111101011010101001111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952076; }

 p { color: rgb(149,32,118); }

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

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

 a { background-color: rgb(149,32,118); }

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

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

 span { border-color: rgb(149,32,118); }

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