#922089

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

Shades of Dark Purple #922089

Tints of Dark Purple #922089

Color information

#922089 (or 0x922089) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 89. RGB value is (146,32,137). Sum of RGB (Red+Green+Blue) = 146+32+137=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #922089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922089 is #6DDF76. Grayscale: #4D4D4D. Windows color (decimal): -7200631 or 8986770. OLE color: 8986770.

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

Color convert

RGB14632137-
CMYK00.780.060.43
HSL304.74º64.04%34.9%-
HSV(B)304.74º78.08%57.25%-
XYZ16.898.9524.5-
YUV78.06161.27176.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.35%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=46.35%
G=10.16%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463213700.780.060.43304.7464.0434.9
Hex92208904E62B1314023
Octal22240211011665346110043
Binary1001001010000010001001010011101101010111001100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922089; }

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

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

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

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

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

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

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

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