#921F73

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

Shades of Dark Purple #921F73

Tints of Dark Purple #921F73

Color information

#921F73 (or 0x921F73) is unknown color: approx Dark Purple. HEX triplet: 92, 1F and 73. RGB value is (146,31,115). Sum of RGB (Red+Green+Blue) = 146+31+115=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #921F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921F73 is #6DE08C. Grayscale: #4A4A4A. Windows color (decimal): -7200909 or 7544722. OLE color: 7544722.

HSL color Cylindrical-coordinate representation of color #921F73: hue angle of 316.17º 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 #921F73 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14631115-
CMYK00.790.210.43
HSL316.17º64.97%34.71%-
HSV(B)316.17º78.77%57.25%-
XYZ15.448.3317.01-
YUV74.96150.6178.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 10.62%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=50%
G=10.62%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463111500.790.210.43316.1764.9734.71
Hex921F7304F152B13c4123
Octal222371630117255347410143
Binary1001001011111111001101001111101011010111001111001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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