#933279

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

Shades of Dark Purple #933279

Tints of Dark Purple #933279

Color information

#933279 (or 0x933279) is unknown color: approx Dark Purple. HEX triplet: 93, 32 and 79. RGB value is (147,50,121). Sum of RGB (Red+Green+Blue) = 147+50+121=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #933279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933279 is #6CCD86. Grayscale: #565656. Windows color (decimal): -7130503 or 7942803. OLE color: 7942803.

HSL color Cylindrical-coordinate representation of color #933279: hue angle of 316.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933279 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB14750121-
CMYK00.660.180.42
HSL316.08º49.24%38.63%-
HSV(B)316.08º65.99%57.65%-
XYZ16.629.8619.12-
YUV87.1147.14170.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=46.23%
G=15.72%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1475012100.660.180.42316.0849.2438.63
Hex933279042122A13c3127
Octal22362171010222524746147
Binary1001001111001011110010100001010010101010100111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933279; }

 p { color: rgb(147,50,121); }

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

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

 a { background-color: rgb(147,50,121); }

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

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

 span { border-color: rgb(147,50,121); }

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