#922571

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

Shades of Dark Purple #922571

Tints of Dark Purple #922571

Color information

#922571 (or 0x922571) is unknown color: approx Dark Purple. HEX triplet: 92, 25 and 71. RGB value is (146,37,113). Sum of RGB (Red+Green+Blue) = 146+37+113=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #922571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922571 is #6DDA8E. Grayscale: #4E4E4E. Windows color (decimal): -7199375 or 7415186. OLE color: 7415186.

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

Color convert

RGB14637113-
CMYK00.750.230.43
HSL318.17º59.56%35.88%-
HSV(B)318.17º74.66%57.25%-
XYZ15.58.6316.47-
YUV78.26147.61176.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.32%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=49.32%
G=12.5%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1463711300.750.230.43318.1759.5635.88
Hex92257104B172B13e3c24
Octal22245161011327534767444
Binary1001001010010111100010100101110111101011100111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922571; }

 p { color: rgb(146,37,113); }

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

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

 a { background-color: rgb(146,37,113); }

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

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

 span { border-color: rgb(146,37,113); }

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