#922381

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

Shades of Dark Purple #922381

Tints of Dark Purple #922381

Color information

#922381 (or 0x922381) is unknown color: approx Dark Purple. HEX triplet: 92, 23 and 81. RGB value is (146,35,129). Sum of RGB (Red+Green+Blue) = 146+35+129=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #922381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922381 is #6DDC7E. Grayscale: #4E4E4E. Windows color (decimal): -7199871 or 8463250. OLE color: 8463250.

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

Color convert

RGB14635129-
CMYK00.760.120.43
HSL309.19º61.33%35.49%-
HSV(B)309.19º76.03%57.25%-
XYZ16.428.921.62-
YUV78.9156.27175.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=47.10%
G=11.29%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463512900.760.120.43309.1961.3335.49
Hex92238104CC2B1353d23
Octal22243201011414534657543
Binary1001001010001110000001010011001100101011100110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922381; }

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

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

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

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

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

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

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

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