#924279

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

Shades of Dark Purple #924279

Tints of Dark Purple #924279

Color information

#924279 (or 0x924279) is unknown color: approx Dark Purple. HEX triplet: 92, 42 and 79. RGB value is (146,66,121). Sum of RGB (Red+Green+Blue) = 146+66+121=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #924279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924279 is #6DBD86. Grayscale: #606060. Windows color (decimal): -7191943 or 7946898. OLE color: 7946898.

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

Color convert

RGB14666121-
CMYK00.550.170.43
HSL318.75º37.74%41.57%-
HSV(B)318.75º54.79%57.25%-
XYZ17.2511.3919.38-
YUV96.19142163.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=43.84%
G=19.82%
B=36.34%

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
Decimal1466612100.550.170.43318.7537.7441.57
Hex924279037112B13f262a
Octal22210217106721534774652
Binary1001001010000101111001011011110001101011100111111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924279; }

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

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

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

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

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

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

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

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