#922480

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

Shades of Dark Purple #922480

Tints of Dark Purple #922480

Color information

#922480 (or 0x922480) is unknown color: approx Dark Purple. HEX triplet: 92, 24 and 80. RGB value is (146,36,128). Sum of RGB (Red+Green+Blue) = 146+36+128=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #922480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922480 is #6DDB7F. Grayscale: #4F4F4F. Windows color (decimal): -7199616 or 8397970. OLE color: 8397970.

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

Color convert

RGB14636128-
CMYK00.750.120.43
HSL309.82º60.44%35.69%-
HSV(B)309.82º75.34%57.25%-
XYZ16.388.9321.28-
YUV79.38155.44175.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=47.10%
G=11.61%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463612800.750.120.43309.8260.4435.69
Hex92248004BC2B1363c24
Octal22244200011314534667444
Binary1001001010010010000000010010111100101011100110110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922480; }

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

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

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

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

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

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

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

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