#921174

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

Shades of Dark Purple #921174

Tints of Dark Purple #921174

Color information

#921174 (or 0x921174) is unknown color: approx Dark Purple. HEX triplet: 92, 11 and 74. RGB value is (146,17,116). Sum of RGB (Red+Green+Blue) = 146+17+116=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #921174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921174 is #6DEE8B. Grayscale: #424242. Windows color (decimal): -7204492 or 7606674. OLE color: 7606674.

HSL color Cylindrical-coordinate representation of color #921174: hue angle of 313.95º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921174 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14617116-
CMYK00.880.210.43
HSL313.95º79.14%31.96%-
HSV(B)313.95º88.36%57.25%-
XYZ15.217.7717.22-
YUV66.86155.74184.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=52.33%
G=6.09%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461711600.880.210.43313.9579.1431.96
Hex921174058152B13a4f20
Octal222211640130255347211740
Binary1001001010001111010001011000101011010111001110101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921174; }

 p { color: rgb(146,17,116); }

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

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

 a { background-color: rgb(146,17,116); }

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

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

 span { border-color: rgb(146,17,116); }

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