#921F86

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

Shades of Dark Purple #921F86

Tints of Dark Purple #921F86

Color information

#921F86 (or 0x921F86) is unknown color: approx Dark Purple. HEX triplet: 92, 1F and 86. RGB value is (146,31,134). Sum of RGB (Red+Green+Blue) = 146+31+134=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #921F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921F86 is #6DE079. Grayscale: #4C4C4C. Windows color (decimal): -7200890 or 8789906. OLE color: 8789906.

HSL color Cylindrical-coordinate representation of color #921F86: hue angle of 306.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #921F86 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB14631134-
CMYK00.790.080.43
HSL306.26º64.97%34.71%-
HSV(B)306.26º78.77%57.25%-
XYZ16.658.8123.38-
YUV77.13160.1177.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=46.95%
G=9.97%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463113400.790.080.43306.2664.9734.71
Hex921F8604F82B1324123
Octal222372060117105346210143
Binary1001001011111100001100100111110001010111001100101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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