#921180

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

Shades of Dark Purple #921180

Tints of Dark Purple #921180

Color information

#921180 (or 0x921180) is unknown color: approx Dark Purple. HEX triplet: 92, 11 and 80. RGB value is (146,17,128). Sum of RGB (Red+Green+Blue) = 146+17+128=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #921180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #921180 is #6DEE7F. Grayscale: #434343. Windows color (decimal): -7204480 or 8393106. OLE color: 8393106.

HSL color Cylindrical-coordinate representation of color #921180: hue angle of 308.37º 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 #921180 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14617128-
CMYK00.880.120.43
HSL308.37º79.14%31.96%-
HSV(B)308.37º88.36%57.25%-
XYZ15.958.0721.14-
YUV68.22161.74183.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.17%
GREEN value IS 17 (7.03% from 255) = 5.84%
BLUE value IS 128 (50.39% from 255) = 43.99%
R=50.17%
G=5.84%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461712800.880.120.43308.3779.1431.96
Hex921180058C2B1344f20
Octal222212000130145346411740
Binary1001001010001100000000101100011001010111001101001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921180; }

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

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

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

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

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

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

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

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