#922384

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

Shades of Dark Purple #922384

Tints of Dark Purple #922384

Color information

#922384 (or 0x922384) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 84. RGB value is (146,35,132). Sum of RGB (Red+Green+Blue) = 146+35+132=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #922384 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922384 is #6DDC7B. Grayscale: #4E4E4E. Windows color (decimal): -7199868 or 8659858. OLE color: 8659858.

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

Color convert

RGB14635132-
CMYK00.760.100.43
HSL307.57º61.33%35.49%-
HSV(B)307.57º76.03%57.25%-
XYZ16.628.9822.69-
YUV79.25157.77175.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.65%
GREEN value IS 35 (14.06% from 255) = 11.18%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=46.65%
G=11.18%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463513200.760.100.43307.5761.3335.49
Hex92238404CA2B1343d23
Octal22243204011412534647543
Binary1001001010001110000100010011001010101011100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922384; }

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

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

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

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

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

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

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

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