#922972

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

Shades of Dark Purple #922972

Tints of Dark Purple #922972

Color information

#922972 (or 0x922972) is unknown color: approx Dark Purple. HEX triplet: 92, 29 and 72. RGB value is (146,41,114). Sum of RGB (Red+Green+Blue) = 146+41+114=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #922972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922972 is #6DD68D. Grayscale: #505050. Windows color (decimal): -7198350 or 7481746. OLE color: 7481746.

HSL color Cylindrical-coordinate representation of color #922972: hue angle of 318.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #922972 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14641114-
CMYK00.720.220.43
HSL318.29º56.15%36.67%-
HSV(B)318.29º71.92%57.25%-
XYZ15.688.9116.81-
YUV80.72146.79174.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=48.50%
G=13.62%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464111400.720.220.43318.2956.1536.67
Hex922972048162B13e3825
Octal22251162011026534767045
Binary1001001010100111100100100100010110101011100111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922972; }

 p { color: rgb(146,41,114); }

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

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

 a { background-color: rgb(146,41,114); }

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

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

 span { border-color: rgb(146,41,114); }

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