#922880

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

Shades of Dark Purple #922880

Tints of Dark Purple #922880

Color information

#922880 (or 0x922880) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 80. RGB value is (146,40,128). Sum of RGB (Red+Green+Blue) = 146+40+128=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #922880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922880 is #6DD77F. Grayscale: #515151. Windows color (decimal): -7198592 or 8398994. OLE color: 8398994.

HSL color Cylindrical-coordinate representation of color #922880: hue angle of 310.19º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #922880 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14640128-
CMYK00.730.120.43
HSL310.19º56.99%36.47%-
HSV(B)310.19º72.6%57.25%-
XYZ16.519.1921.33-
YUV81.73154.12173.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.50%
GREEN value IS 40 (16.02% from 255) = 12.74%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=46.50%
G=12.74%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464012800.730.120.43310.1956.9936.47
Hex922880049C2B1363924
Octal22250200011114534667144
Binary1001001010100010000000010010011100101011100110110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922880; }

 p { color: rgb(146,40,128); }

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

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

 a { background-color: rgb(146,40,128); }

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

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

 span { border-color: rgb(146,40,128); }

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