#952774

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

Shades of Dark Purple #952774

Tints of Dark Purple #952774

Color information

#952774 (or 0x952774) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 74. RGB value is (149,39,116). Sum of RGB (Red+Green+Blue) = 149+39+116=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #952774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952774 is #6AD88B. Grayscale: #505050. Windows color (decimal): -7002252 or 7612309. OLE color: 7612309.

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

Color convert

RGB14939116-
CMYK00.740.220.42
HSL318º58.51%36.86%-
HSV(B)318º73.83%58.43%-
XYZ16.279.117.42-
YUV80.67147.94176.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.01%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=49.01%
G=12.83%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493911600.740.220.4231858.5136.86
Hex95277404A162A13e3b25
Octal22547164011226524767345
Binary1001010110011111101000100101010110101010100111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952774; }

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

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

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

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

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

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

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

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