#926feb

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

Shades of Medium Purple #926FEB

Tints of Medium Purple #926FEB

Color information

#926FEB (or 0x926FEB) is unknown color: approx Medium Purple. HEX triplet: 92, 6F and EB. RGB value is (146,111,235). Sum of RGB (Red+Green+Blue) = 146+111+235=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #926FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926FEB is #6D9014. Grayscale: #878787. Windows color (decimal): -7180309 or 15429522. OLE color: 15429522.

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

Color convert

RGB146111235-
CMYK0.380.5300.08
HSL256.94º75.61%67.84%-
HSV(B)256.94º52.77%92.16%-
XYZ32.5323.4881.41-
YUV135.6184.1135.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 235 (92.19% from 255) = 47.76%
R=29.67%
G=22.56%
B=47.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461112350.380.5300.08256.9475.6167.84
Hex926FEB2635081014c44
Octal2221573534665010401114104
Binary100100101101111111010111001101101010100010000000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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