#933178

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

Shades of Dark Purple #933178

Tints of Dark Purple #933178

Color information

#933178 (or 0x933178) is unknown color: approx Dark Purple. HEX triplet: 93, 31 and 78. RGB value is (147,49,120). Sum of RGB (Red+Green+Blue) = 147+49+120=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #933178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933178 is #6CCE87. Grayscale: #565656. Windows color (decimal): -7130760 or 7877011. OLE color: 7877011.

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

Color convert

RGB14749120-
CMYK00.670.180.42
HSL316.53º50%38.43%-
HSV(B)316.53º66.67%57.65%-
XYZ16.529.7618.78-
YUV86.4146.97171.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.52%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=46.52%
G=15.51%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474912000.670.180.42316.535038.43
Hex933178043122A13d3226
Octal22361170010322524756246
Binary1001001111000111110000100001110010101010100111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933178; }

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

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

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

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

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

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

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

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