#932373

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

Shades of Dark Purple #932373

Tints of Dark Purple #932373

Color information

#932373 (or 0x932373) is unknown color: approx Dark Purple. HEX triplet: 93, 23 and 73. RGB value is (147,35,115). Sum of RGB (Red+Green+Blue) = 147+35+115=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #932373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932373 is #6CDC8C. Grayscale: #4D4D4D. Windows color (decimal): -7134349 or 7545747. OLE color: 7545747.

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

Color convert

RGB14735115-
CMYK00.760.220.42
HSL317.14º61.54%35.69%-
HSV(B)317.14º76.19%57.65%-
XYZ15.738.6417.06-
YUV77.61149.11177.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=49.49%
G=11.78%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1473511500.760.220.42317.1461.5435.69
Hex93237304C162A13d3e24
Octal22343163011426524757644
Binary1001001110001111100110100110010110101010100111101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932373; }

 p { color: rgb(147,35,115); }

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

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

 a { background-color: rgb(147,35,115); }

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

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

 span { border-color: rgb(147,35,115); }

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