#921D7A

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

Shades of Dark Purple #921D7A

Tints of Dark Purple #921D7A

Color information

#921D7A (or 0x921D7A) is unknown color: approx Dark Purple. HEX triplet: 92, 1D and 7A. RGB value is (146,29,122). Sum of RGB (Red+Green+Blue) = 146+29+122=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #921D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #921D7A is #6DE285. Grayscale: #4A4A4A. Windows color (decimal): -7201414 or 8002962. OLE color: 8002962.

HSL color Cylindrical-coordinate representation of color #921D7A: hue angle of 312.31º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #921D7A is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB14629122-
CMYK00.800.160.43
HSL312.31º66.86%34.31%-
HSV(B)312.31º80.14%57.25%-
XYZ15.818.3919.2-
YUV74.58154.76178.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 29 (11.72% from 255) = 9.76%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=49.16%
G=9.76%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462912200.800.160.43312.3166.8634.31
Hex921D7A050102B1384322
Octal222351720120205347010342
Binary1001001011101111101001010000100001010111001110001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,29,122); }

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

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

 a { background-color: rgb(146,29,122); }

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

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

 span { border-color: rgb(146,29,122); }

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