#922B84

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

Shades of Dark Purple #922B84

Tints of Dark Purple #922B84

Color information

#922B84 (or 0x922B84) is unknown color: approx Dark Purple. HEX triplet: 92, 2B and 84. RGB value is (146,43,132). Sum of RGB (Red+Green+Blue) = 146+43+132=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #922B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922B84 is #6DD47B. Grayscale: #535353. Windows color (decimal): -7197820 or 8661906. OLE color: 8661906.

HSL color Cylindrical-coordinate representation of color #922B84: hue angle of 308.16º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922B84 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB14643132-
CMYK00.710.100.43
HSL308.16º54.5%37.06%-
HSV(B)308.16º70.55%57.25%-
XYZ16.889.522.77-
YUV83.94155.12172.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=45.48%
G=13.40%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464313200.710.100.43308.1654.537.06
Hex922B84047A2B1343625
Octal22253204010712534646645
Binary1001001010101110000100010001111010101011100110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922B84; }

 p { color: rgb(146,43,132); }

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

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

 a { background-color: rgb(146,43,132); }

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

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

 span { border-color: rgb(146,43,132); }

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