#922289

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

Shades of Dark Purple #922289

Tints of Dark Purple #922289

Color information

#922289 (or 0x922289) is unknown color: approx Dark Purple. HEX triplet: 92, 22 and 89. RGB value is (146,34,137). Sum of RGB (Red+Green+Blue) = 146+34+137=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922289 is #6DDD76. Grayscale: #4E4E4E. Windows color (decimal): -7200119 or 8987282. OLE color: 8987282.

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

Color convert

RGB14634137-
CMYK00.770.060.43
HSL304.82º62.22%35.29%-
HSV(B)304.82º76.71%57.25%-
XYZ16.949.0624.52-
YUV79.23160.61175.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 137 (53.91% from 255) = 43.22%
R=46.06%
G=10.73%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463413700.770.060.43304.8262.2235.29
Hex92228904D62B1313e23
Octal2224221101156534617643
Binary100100101000101000100101001101110101011100110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922289; }

 p { color: rgb(146,34,137); }

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

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

 a { background-color: rgb(146,34,137); }

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

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

 span { border-color: rgb(146,34,137); }

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