#921681

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

Shades of Dark Purple #921681

Tints of Dark Purple #921681

Color information

#921681 (or 0x921681) is unknown color: approx Dark Purple. HEX triplet: 92, 16 and 81. RGB value is (146,22,129). Sum of RGB (Red+Green+Blue) = 146+22+129=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #921681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921681 is #6DE97E. Grayscale: #464646. Windows color (decimal): -7203199 or 8459922. OLE color: 8459922.

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

Color convert

RGB14622129-
CMYK00.850.120.43
HSL308.23º73.81%32.94%-
HSV(B)308.23º84.93%57.25%-
XYZ16.18.2721.52-
YUV71.27160.58181.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=49.16%
G=7.41%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462212900.850.120.43308.2373.8132.94
Hex921681055C2B1344a21
Octal222262010125145346411241
Binary1001001010110100000010101010111001010111001101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921681; }

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

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

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

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

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

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

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

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