#921E73

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

Shades of Dark Purple #921E73

Tints of Dark Purple #921E73

Color information

#921E73 (or 0x921E73) is unknown color: approx Dark Purple. HEX triplet: 92, 1E and 73. RGB value is (146,30,115). Sum of RGB (Red+Green+Blue) = 146+30+115=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #921E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921E73 is #6DE18C. Grayscale: #4A4A4A. Windows color (decimal): -7201165 or 7544466. OLE color: 7544466.

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

Color convert

RGB14630115-
CMYK00.790.210.43
HSL316.03º65.91%34.51%-
HSV(B)316.03º79.45%57.25%-
XYZ15.418.2817-
YUV74.37150.93179.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 30 (12.11% from 255) = 10.31%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=50.17%
G=10.31%
B=39.52%

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
Decimal1463011500.790.210.43316.0365.9134.51
Hex921E7304F152B13c4223
Octal222361630117255347410243
Binary1001001011110111001101001111101011010111001111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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