#924178

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

Shades of Dark Purple #924178

Tints of Dark Purple #924178

Color information

#924178 (or 0x924178) is unknown color: approx Dark Purple. HEX triplet: 92, 41 and 78. RGB value is (146,65,120). Sum of RGB (Red+Green+Blue) = 146+65+120=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #924178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924178 is #6DBE87. Grayscale: #5F5F5F. Windows color (decimal): -7192200 or 7881106. OLE color: 7881106.

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

Color convert

RGB14665120-
CMYK00.550.180.43
HSL319.26º38.39%41.37%-
HSV(B)319.26º55.48%57.25%-
XYZ17.1311.2519.04-
YUV95.49141.84164.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.11%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=44.11%
G=19.64%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1466512000.550.180.43319.2638.3941.37
Hex924178037122B13f2629
Octal22210117006722534774651
Binary1001001010000011111000011011110010101011100111111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924178; }

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

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

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

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

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

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

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

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