#922082

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

Shades of Dark Purple #922082

Tints of Dark Purple #922082

Color information

#922082 (or 0x922082) is unknown color: approx Dark Purple. HEX triplet: 92, 20 and 82. RGB value is (146,32,130). Sum of RGB (Red+Green+Blue) = 146+32+130=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #922082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922082 is #6DDF7D. Grayscale: #4C4C4C. Windows color (decimal): -7200638 or 8528018. OLE color: 8528018.

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

Color convert

RGB14632130-
CMYK00.780.110.43
HSL308.42º64.04%34.9%-
HSV(B)308.42º78.08%57.25%-
XYZ16.48.7621.94-
YUV77.26157.77177.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=47.40%
G=10.39%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463213000.780.110.43308.4264.0434.9
Hex92208204EB2B1344023
Octal222402020116135346410043
Binary10010010100000100000100100111010111010111001101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922082; }

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

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

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

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

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

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

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

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