#921574

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

Shades of Dark Purple #921574

Tints of Dark Purple #921574

Color information

#921574 (or 0x921574) is unknown color: approx Dark Purple. HEX triplet: 92, 15 and 74. RGB value is (146,21,116). Sum of RGB (Red+Green+Blue) = 146+21+116=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #921574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921574 is #6DEA8B. Grayscale: #444444. Windows color (decimal): -7203468 or 7607698. OLE color: 7607698.

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

Color convert

RGB14621116-
CMYK00.860.210.43
HSL314.4º74.85%32.75%-
HSV(B)314.4º85.62%57.25%-
XYZ15.277.9117.24-
YUV69.2154.41182.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=51.59%
G=7.42%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462111600.860.210.43314.474.8532.75
Hex921574056152B13a4b21
Octal222251640126255347211341
Binary1001001010101111010001010110101011010111001110101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921574; }

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

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

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

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

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

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

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

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