#952773

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

Shades of Dark Purple #952773

Tints of Dark Purple #952773

Color information

#952773 (or 0x952773) is unknown color: approx Dark Purple. HEX triplet: 95, 27 and 73. RGB value is (149,39,115). Sum of RGB (Red+Green+Blue) = 149+39+115=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952773 is #6AD88C. Grayscale: #505050. Windows color (decimal): -7002253 or 7546773. OLE color: 7546773.

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

Color convert

RGB14939115-
CMYK00.740.230.42
HSL318.55º58.51%36.86%-
HSV(B)318.55º73.83%58.43%-
XYZ16.219.0817.12-
YUV80.55147.44176.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=49.17%
G=12.87%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493911500.740.230.42318.5558.5136.86
Hex95277304A172A13f3b25
Octal22547163011227524777345
Binary1001010110011111100110100101010111101010100111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952773; }

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

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

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

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

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

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

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

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