#926FE0

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

Shades of Medium Purple #926FE0

Tints of Medium Purple #926FE0

Color information

#926FE0 (or 0x926FE0) is unknown color: approx Medium Purple. HEX triplet: 92, 6F and E0. RGB value is (146,111,224). Sum of RGB (Red+Green+Blue) = 146+111+224=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #926FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FE0 is #6D901F. Grayscale: #858585. Windows color (decimal): -7180320 or 14708626. OLE color: 14708626.

HSL color Cylindrical-coordinate representation of color #926FE0: hue angle of 258.58º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926FE0 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146111224-
CMYK0.350.5000.12
HSL258.58º64.57%65.69%-
HSV(B)258.58º50.45%87.84%-
XYZ30.9922.8673.3-
YUV134.35178.6136.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=30.35%
G=23.08%
B=46.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461112240.350.5000.12258.5864.5765.69
Hex926FE023320C1034142
Octal2221573404362014403101102
Binary100100101101111111000001000111100100110010000001110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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