#926DDE

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

Shades of Medium Purple #926DDE

Tints of Medium Purple #926DDE

Color information

#926DDE (or 0x926DDE) is unknown color: approx Medium Purple. HEX triplet: 92, 6D and DE. RGB value is (146,109,222). Sum of RGB (Red+Green+Blue) = 146+109+222=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #926DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DDE is #6D9221. Grayscale: #848484. Windows color (decimal): -7180834 or 14577042. OLE color: 14577042.

HSL color Cylindrical-coordinate representation of color #926DDE: hue angle of 259.65º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926DDE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146109222-
CMYK0.340.5100.13
HSL259.65º63.13%64.9%-
HSV(B)259.65º50.9%87.06%-
XYZ30.5122.3271.81-
YUV132.94178.26137.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=30.61%
G=22.85%
B=46.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461092220.340.5100.13259.6563.1364.9
Hex926DDE22330D1043f41
Octal222155336426301540477101
Binary10010010110110111011110100010110011011011000001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926DDE; }

 p { color: rgb(146,109,222); }

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

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

 a { background-color: rgb(146,109,222); }

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

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

 span { border-color: rgb(146,109,222); }

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