#932177

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

Shades of Dark Purple #932177

Tints of Dark Purple #932177

Color information

#932177 (or 0x932177) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 77. RGB value is (147,33,119). Sum of RGB (Red+Green+Blue) = 147+33+119=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #932177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932177 is #6CDE88. Grayscale: #4C4C4C. Windows color (decimal): -7134857 or 7807379. OLE color: 7807379.

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

Color convert

RGB14733119-
CMYK00.780.190.42
HSL314.74º63.33%35.29%-
HSV(B)314.74º77.55%57.65%-
XYZ15.918.6218.28-
YUV76.89151.77178.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 33 (13.28% from 255) = 11.04%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=49.16%
G=11.04%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473311900.780.190.42314.7463.3335.29
Hex93217704E132A13b3f23
Octal22341167011623524737743
Binary1001001110000111101110100111010011101010100111011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932177; }

 p { color: rgb(147,33,119); }

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

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

 a { background-color: rgb(147,33,119); }

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

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

 span { border-color: rgb(147,33,119); }

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