#926EF1

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

Shades of Medium Purple #926EF1

Tints of Medium Purple #926EF1

Color information

#926EF1 (or 0x926EF1) is unknown color: approx Medium Purple. HEX triplet: 92, 6E and F1. RGB value is (146,110,241). Sum of RGB (Red+Green+Blue) = 146+110+241=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #926EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EF1 is #6D910E. Grayscale: #878787. Windows color (decimal): -7180559 or 15822482. OLE color: 15822482.

HSL color Cylindrical-coordinate representation of color #926EF1: hue angle of 256.49º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926EF1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146110241-
CMYK0.390.5400.05
HSL256.49º82.39%68.82%-
HSV(B)256.49º54.36%94.51%-
XYZ33.3123.6186.02-
YUV135.7187.43135.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=29.38%
G=22.13%
B=48.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461102410.390.5400.05256.4982.3968.82
Hex926EF12736051005245
Octal222156361476605400122105
Binary10010010110111011110001100111110110010110000000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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