#922389

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

Shades of Dark Purple #922389

Tints of Dark Purple #922389

Color information

#922389 (or 0x922389) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 89. RGB value is (146,35,137). Sum of RGB (Red+Green+Blue) = 146+35+137=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #922389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922389 is #6DDC76. Grayscale: #4F4F4F. Windows color (decimal): -7199863 or 8987538. OLE color: 8987538.

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

Color convert

RGB14635137-
CMYK00.760.060.43
HSL304.86º61.33%35.49%-
HSV(B)304.86º76.03%57.25%-
XYZ16.979.1224.53-
YUV79.82160.27175.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 35 (14.06% from 255) = 11.01%
BLUE value IS 137 (53.91% from 255) = 43.08%
R=45.91%
G=11.01%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463513700.760.060.43304.8661.3335.49
Hex92238904C62B1313d23
Octal2224321101146534617543
Binary100100101000111000100101001100110101011100110001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922389; }

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

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

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

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

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

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

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

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