#9266DE

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

Shades of Medium Purple #9266DE

Tints of Medium Purple #9266DE

Color information

#9266DE (or 0x9266DE) is unknown color: approx Medium Purple. HEX triplet: 92, 66 and DE. RGB value is (146,102,222). Sum of RGB (Red+Green+Blue) = 146+102+222=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9266DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9266DE is #6D9921. Grayscale: #808080. Windows color (decimal): -7182626 or 14575250. OLE color: 14575250.

HSL color Cylindrical-coordinate representation of color #9266DE: hue angle of 262º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9266DE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146102222-
CMYK0.340.5400.13
HSL262º64.52%63.53%-
HSV(B)262º54.05%87.06%-
XYZ29.7920.8971.57-
YUV128.84180.58140.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=31.06%
G=21.70%
B=47.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461022220.340.5400.1326264.5263.53
Hex9266DE22360D1064140
Octal2221463364266015406101100
Binary100100101100110110111101000101101100110110000011010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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