#922F6E

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

Shades of Dark Purple #922F6E

Tints of Dark Purple #922F6E

Color information

#922F6E (or 0x922F6E) is unknown color: approx Dark Purple. HEX triplet: 92, 2F and 6E. RGB value is (146,47,110). Sum of RGB (Red+Green+Blue) = 146+47+110=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #922F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #922F6E is #6DD091. Grayscale: #535353. Windows color (decimal): -7196818 or 7221138. OLE color: 7221138.

HSL color Cylindrical-coordinate representation of color #922F6E: hue angle of 321.82º degrees, saturation: 0.51, 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 #922F6E is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14647110-
CMYK00.680.250.43
HSL321.82º51.3%37.84%-
HSV(B)321.82º67.81%57.25%-
XYZ15.699.2715.71-
YUV83.78142.8172.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=48.18%
G=15.51%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464711000.680.250.43321.8251.337.84
Hex922F6E044192B1423326
Octal22257156010431535026346
Binary1001001010111111011100100010011001101011101000010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,47,110); }

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

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

 a { background-color: rgb(146,47,110); }

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

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

 span { border-color: rgb(146,47,110); }

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