#952276

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

Shades of Dark Purple #952276

Tints of Dark Purple #952276

Color information

#952276 (or 0x952276) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 76. RGB value is (149,34,118). Sum of RGB (Red+Green+Blue) = 149+34+118=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #952276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952276 is #6ADD89. Grayscale: #4D4D4D. Windows color (decimal): -7003530 or 7742101. OLE color: 7742101.

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

Color convert

RGB14934118-
CMYK00.770.210.42
HSL316.17º62.84%35.88%-
HSV(B)316.17º77.18%58.43%-
XYZ16.248.8417.99-
YUV77.96150.6178.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=49.50%
G=11.30%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493411800.770.210.42316.1762.8435.88
Hex95227604D152A13c3f24
Octal22542166011525524747744
Binary1001010110001011101100100110110101101010100111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952276; }

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

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

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

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

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

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

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

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