#924180

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

Shades of Dark Purple #924180

Tints of Dark Purple #924180

Color information

#924180 (or 0x924180) is unknown color: approx Dark Purple. HEX triplet: 92, 41 and 80. RGB value is (146,65,128). Sum of RGB (Red+Green+Blue) = 146+65+128=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #924180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924180 is #6DBE7F. Grayscale: #606060. Windows color (decimal): -7192192 or 8405394. OLE color: 8405394.

HSL color Cylindrical-coordinate representation of color #924180: hue angle of 313.33º 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 #924180 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14665128-
CMYK00.550.120.43
HSL313.33º38.39%41.37%-
HSV(B)313.33º55.48%57.25%-
XYZ17.6411.4521.7-
YUV96.4145.84163.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=43.07%
G=19.17%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466512800.550.120.43313.3338.3941.37
Hex924180037C2B1392629
Octal22210120006714534714651
Binary1001001010000011000000001101111100101011100111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924180; }

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

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

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

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

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

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

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

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