#9266EE

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

Shades of Medium Purple #9266EE

Tints of Medium Purple #9266EE

Color information

#9266EE (or 0x9266EE) is unknown color: approx Medium Purple. HEX triplet: 92, 66 and EE. RGB value is (146,102,238). Sum of RGB (Red+Green+Blue) = 146+102+238=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #9266EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9266EE is #6D9911. Grayscale: #828282. Windows color (decimal): -7182610 or 15623826. OLE color: 15623826.

HSL color Cylindrical-coordinate representation of color #9266EE: hue angle of 259.41º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9266EE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146102238-
CMYK0.390.5700.07
HSL259.41º80%66.67%-
HSV(B)259.41º57.14%93.33%-
XYZ32.0421.7983.41-
YUV130.66188.58138.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 102 (40.23% from 255) = 20.99%
BLUE value IS 238 (93.36% from 255) = 48.97%
R=30.04%
G=20.99%
B=48.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461022380.390.5700.07259.418066.67
Hex9266EE2739071035043
Octal222146356477107403120103
Binary10010010110011011101110100111111001011110000001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9266EE; }

 p { color: rgb(146,102,238); }

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

<style>
 a { background-color: #9266EE; }

 a { background-color: rgb(146,102,238); }

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

<style>
 span { border-color: #9266EE; }

 span { border-color: rgb(146,102,238); }

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