#922E72

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

Shades of Dark Purple #922E72

Tints of Dark Purple #922E72

Color information

#922E72 (or 0x922E72) is unknown color: approx Dark Purple. HEX triplet: 92, 2E and 72. RGB value is (146,46,114). Sum of RGB (Red+Green+Blue) = 146+46+114=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #922E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922E72 is #6DD18D. Grayscale: #535353. Windows color (decimal): -7197070 or 7483026. OLE color: 7483026.

HSL color Cylindrical-coordinate representation of color #922E72: hue angle of 319.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #922E72 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14646114-
CMYK00.680.220.43
HSL319.2º52.08%37.65%-
HSV(B)319.2º68.49%57.25%-
XYZ15.879.2816.87-
YUV83.65145.13172.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=47.71%
G=15.03%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464611400.680.220.43319.252.0837.65
Hex922E72044162B13f3426
Octal22256162010426534776446
Binary1001001010111011100100100010010110101011100111111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922E72; }

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

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

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

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

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

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

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

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