#922074

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

Shades of Dark Purple #922074

Tints of Dark Purple #922074

Color information

#922074 (or 0x922074) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 74. RGB value is (146,32,116). Sum of RGB (Red+Green+Blue) = 146+32+116=294 (38% of max value = 765). Red value is 146 (57.42% from 255 or 49.66% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 146 - color contains mainly: red. Hex color #922074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922074 is #6DDF8B. Grayscale: #4B4B4B. Windows color (decimal): -7200652 or 7610514. OLE color: 7610514.

HSL color Cylindrical-coordinate representation of color #922074: hue angle of 315.79º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922074 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14632116-
CMYK00.780.210.43
HSL315.79º64.04%34.9%-
HSV(B)315.79º78.08%57.25%-
XYZ15.528.417.33-
YUV75.66150.77178.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.66%
GREEN value IS 32 (12.89% from 255) = 10.88%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=49.66%
G=10.88%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463211600.780.210.43315.7964.0434.9
Hex92207404E152B13c4023
Octal222401640116255347410043
Binary10010010100000111010001001110101011010111001111001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922074; }

 p { color: rgb(146,32,116); }

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

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

 a { background-color: rgb(146,32,116); }

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

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

 span { border-color: rgb(146,32,116); }

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