#922982

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

Shades of Dark Purple #922982

Tints of Dark Purple #922982

Color information

#922982 (or 0x922982) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 82. RGB value is (146,41,130). Sum of RGB (Red+Green+Blue) = 146+41+130=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 146 - color contains mainly: red. Hex color #922982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922982 is #6DD67D. Grayscale: #525252. Windows color (decimal): -7198334 or 8530322. OLE color: 8530322.

HSL color Cylindrical-coordinate representation of color #922982: hue angle of 309.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 #922982 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14641130-
CMYK00.720.110.43
HSL309.14º56.15%36.67%-
HSV(B)309.14º71.92%57.25%-
XYZ16.689.3122.04-
YUV82.54154.79173.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 130 (51.17% from 255) = 41.01%
R=46.06%
G=12.93%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464113000.720.110.43309.1456.1536.67
Hex922982048B2B1353825
Octal22251202011013534657045
Binary1001001010100110000010010010001011101011100110101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922982; }

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

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

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

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

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

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

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

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