#9260EB

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

Shades of Medium Purple #9260EB

Tints of Medium Purple #9260EB

Color information

#9260EB (or 0x9260EB) is unknown color: approx Medium Purple. HEX triplet: 92, 60 and EB. RGB value is (146,96,235). Sum of RGB (Red+Green+Blue) = 146+96+235=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #9260EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9260EB is #6D9F14. Grayscale: #7E7E7E. Windows color (decimal): -7184149 or 15425682. OLE color: 15425682.

HSL color Cylindrical-coordinate representation of color #9260EB: hue angle of 261.58º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9260EB is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14696235-
CMYK0.380.5900.08
HSL261.58º77.65%64.9%-
HSV(B)261.58º59.15%92.16%-
XYZ31.0320.4780.91-
YUV126.8189.06141.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.61%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=30.61%
G=20.13%
B=49.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal146962350.380.5900.08261.5877.6564.9
Hex9260EB263B081064e41
Octal2221403534673010406116101
Binary100100101100000111010111001101110110100010000011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9260EB; }

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

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

<style>
 a { background-color: #9260EB; }

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

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

<style>
 span { border-color: #9260EB; }

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

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