#932174

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

Shades of Dark Purple #932174

Tints of Dark Purple #932174

Color information

#932174 (or 0x932174) is unknown color: approx Dark Purple. HEX triplet: 93, 21 and 74. RGB value is (147,33,116). Sum of RGB (Red+Green+Blue) = 147+33+116=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #932174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932174 is #6CDE8B. Grayscale: #4C4C4C. Windows color (decimal): -7134860 or 7610771. OLE color: 7610771.

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

Color convert

RGB14733116-
CMYK00.780.210.42
HSL316.32º63.33%35.29%-
HSV(B)316.32º77.55%57.65%-
XYZ15.738.5517.34-
YUV76.55150.27178.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=49.66%
G=11.15%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473311600.780.210.42316.3263.3335.29
Hex93217404E152A13c3f23
Octal22341164011625524747743
Binary1001001110000111101000100111010101101010100111100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932174; }

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

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

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

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

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

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

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

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