#921570

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

Shades of Dark Purple #921570

Tints of Dark Purple #921570

Color information

#921570 (or 0x921570) is unknown color: approx Dark Purple. HEX triplet: 92, 15 and 70. RGB value is (146,21,112). Sum of RGB (Red+Green+Blue) = 146+21+112=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #921570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921570 is #6DEA8F. Grayscale: #444444. Windows color (decimal): -7203472 or 7345554. OLE color: 7345554.

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

Color convert

RGB14621112-
CMYK00.860.230.43
HSL316.32º74.85%32.75%-
HSV(B)316.32º85.62%57.25%-
XYZ15.057.8216.05-
YUV68.75152.41183.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 21 (8.59% from 255) = 7.53%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=52.33%
G=7.53%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462111200.860.230.43316.3274.8532.75
Hex921570056172B13c4b21
Octal222251600126275347411341
Binary1001001010101111000001010110101111010111001111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921570; }

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

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

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

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

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

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

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

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