#922989

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

Shades of Dark Purple #922989

Tints of Dark Purple #922989

Color information

#922989 (or 0x922989) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 89. RGB value is (146,41,137). Sum of RGB (Red+Green+Blue) = 146+41+137=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #922989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922989 is #6DD676. Grayscale: #535353. Windows color (decimal): -7198327 or 8989074. OLE color: 8989074.

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

Color convert

RGB14641137-
CMYK00.720.060.43
HSL305.14º56.15%36.67%-
HSV(B)305.14º71.92%57.25%-
XYZ17.169.524.6-
YUV83.34158.29172.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=45.06%
G=12.65%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464113700.720.060.43305.1456.1536.67
Hex92298904862B1313825
Octal2225121101106534617045
Binary100100101010011000100101001000110101011100110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922989; }

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

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

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

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

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

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

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

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