#933177

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

Shades of Dark Purple #933177

Tints of Dark Purple #933177

Color information

#933177 (or 0x933177) is unknown color: approx Dark Purple. HEX triplet: 93, 31 and 77. RGB value is (147,49,119). Sum of RGB (Red+Green+Blue) = 147+49+119=315 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.67% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 147 - color contains mainly: red. Hex color #933177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933177 is #6CCE88. Grayscale: #565656. Windows color (decimal): -7130761 or 7811475. OLE color: 7811475.

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

Color convert

RGB14749119-
CMYK00.670.190.42
HSL317.14º50%38.43%-
HSV(B)317.14º66.67%57.65%-
XYZ16.469.7318.46-
YUV86.28146.47171.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.67%
GREEN value IS 49 (19.53% from 255) = 15.56%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=46.67%
G=15.56%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474911900.670.190.42317.145038.43
Hex933177043132A13d3226
Octal22361167010323524756246
Binary1001001111000111101110100001110011101010100111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933177; }

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

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

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

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

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

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

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

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