#926FED

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

Shades of Medium Purple #926FED

Tints of Medium Purple #926FED

Color information

#926FED (or 0x926FED) is unknown color: approx Medium Purple. HEX triplet: 92, 6F and ED. RGB value is (146,111,237). Sum of RGB (Red+Green+Blue) = 146+111+237=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #926FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FED is #6D9012. Grayscale: #878787. Windows color (decimal): -7180307 or 15560594. OLE color: 15560594.

HSL color Cylindrical-coordinate representation of color #926FED: hue angle of 256.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #926FED is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146111237-
CMYK0.380.5300.07
HSL256.67º77.78%68.24%-
HSV(B)256.67º53.16%92.94%-
XYZ32.8223.5982.94-
YUV135.83185.1135.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=29.55%
G=22.47%
B=47.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461112370.380.5300.07256.6777.7868.24
Hex926FED2635071014e44
Octal222157355466507401116104
Binary10010010110111111101101100110110101011110000000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,237); }

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

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

 a { background-color: rgb(146,111,237); }

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

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

 span { border-color: rgb(146,111,237); }

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