#924179

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

Shades of Dark Purple #924179

Tints of Dark Purple #924179

Color information

#924179 (or 0x924179) is unknown color: approx Dark Purple. HEX triplet: 92, 41 and 79. RGB value is (146,65,121). Sum of RGB (Red+Green+Blue) = 146+65+121=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #924179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924179 is #6DBE86. Grayscale: #5F5F5F. Windows color (decimal): -7192199 or 7946642. OLE color: 7946642.

HSL color Cylindrical-coordinate representation of color #924179: hue angle of 318.52º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924179 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14665121-
CMYK00.550.170.43
HSL318.52º38.39%41.37%-
HSV(B)318.52º55.48%57.25%-
XYZ17.211.2719.36-
YUV95.6142.34163.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.98%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=43.98%
G=19.58%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466512100.550.170.43318.5238.3941.37
Hex924179037112B13f2629
Octal22210117106721534774651
Binary1001001010000011111001011011110001101011100111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924179; }

 p { color: rgb(146,65,121); }

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

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

 a { background-color: rgb(146,65,121); }

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

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

 span { border-color: rgb(146,65,121); }

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