#922884

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

Shades of Dark Purple #922884

Tints of Dark Purple #922884

Color information

#922884 (or 0x922884) is unknown color: approx Dark Purple. HEX triplet: 92, 28 and 84. RGB value is (146,40,132). Sum of RGB (Red+Green+Blue) = 146+40+132=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #922884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922884 is #6DD77B. Grayscale: #515151. Windows color (decimal): -7198588 or 8661138. OLE color: 8661138.

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

Color convert

RGB14640132-
CMYK00.730.100.43
HSL307.92º56.99%36.47%-
HSV(B)307.92º72.6%57.25%-
XYZ16.789.2922.74-
YUV82.18156.12173.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 40 (16.02% from 255) = 12.58%
BLUE value IS 132 (51.95% from 255) = 41.51%
R=45.91%
G=12.58%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464013200.730.100.43307.9256.9936.47
Hex922884049A2B1343924
Octal22250204011112534647144
Binary1001001010100010000100010010011010101011100110100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922884; }

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

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

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

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

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

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

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

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