#922180

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

Shades of Dark Purple #922180

Tints of Dark Purple #922180

Color information

#922180 (or 0x922180) is unknown color: approx Dark Purple. HEX triplet: 92, 21 and 80. RGB value is (146,33,128). Sum of RGB (Red+Green+Blue) = 146+33+128=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #922180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922180 is #6DDE7F. Grayscale: #4D4D4D. Windows color (decimal): -7200384 or 8397202. OLE color: 8397202.

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

Color convert

RGB14633128-
CMYK00.770.120.43
HSL309.56º63.13%35.1%-
HSV(B)309.56º77.4%57.25%-
XYZ16.298.7621.25-
YUV77.62156.44176.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 128 (50.39% from 255) = 41.69%
R=47.56%
G=10.75%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463312800.770.120.43309.5663.1335.1
Hex92218004DC2B1363f23
Octal22241200011514534667743
Binary1001001010000110000000010011011100101011100110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922180; }

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

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

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

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

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

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

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

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