#921D86

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

Shades of Dark Purple #921D86

Tints of Dark Purple #921D86

Color information

#921D86 (or 0x921D86) is unknown color: approx Dark Purple. HEX triplet: 92, 1D and 86. RGB value is (146,29,134). Sum of RGB (Red+Green+Blue) = 146+29+134=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #921D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921D86 is #6DE279. Grayscale: #4B4B4B. Windows color (decimal): -7201402 or 8789394. OLE color: 8789394.

HSL color Cylindrical-coordinate representation of color #921D86: hue angle of 306.15º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D86 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14629134-
CMYK00.800.080.43
HSL306.15º66.86%34.31%-
HSV(B)306.15º80.14%57.25%-
XYZ16.68.7123.36-
YUV75.95160.76177.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=47.25%
G=9.39%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462913400.800.080.43306.1566.8634.31
Hex921D8605082B1324322
Octal222352060120105346210342
Binary1001001011101100001100101000010001010111001100101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921D86; }

 p { color: rgb(146,29,134); }

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

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

 a { background-color: rgb(146,29,134); }

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

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

 span { border-color: rgb(146,29,134); }

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