#921976

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

Shades of Dark Purple #921976

Tints of Dark Purple #921976

Color information

#921976 (or 0x921976) is unknown color: approx Dark Purple. HEX triplet: 92, 19 and 76. RGB value is (146,25,118). Sum of RGB (Red+Green+Blue) = 146+25+118=289 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.52% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 146 - color contains mainly: red. Hex color #921976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921976 is #6DE689. Grayscale: #474747. Windows color (decimal): -7202442 or 7739794. OLE color: 7739794.

HSL color Cylindrical-coordinate representation of color #921976: hue angle of 313.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #921976 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14625118-
CMYK00.830.190.43
HSL313.88º70.76%33.53%-
HSV(B)313.88º82.88%57.25%-
XYZ15.478.1117.89-
YUV71.78154.09180.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.52%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=50.52%
G=8.65%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462511800.830.190.43313.8870.7633.53
Hex921976053132B13a4722
Octal222311660123235347210742
Binary1001001011001111011001010011100111010111001110101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921976; }

 p { color: rgb(146,25,118); }

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

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

 a { background-color: rgb(146,25,118); }

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

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

 span { border-color: rgb(146,25,118); }

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