#9287EB

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

Shades of Medium Purple #9287EB

Tints of Medium Purple #9287EB

Color information

#9287EB (or 0x9287EB) is unknown color: approx Medium Purple. HEX triplet: 92, 87 and EB. RGB value is (146,135,235). Sum of RGB (Red+Green+Blue) = 146+135+235=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #9287EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9287EB is #6D7814. Grayscale: #959595. Windows color (decimal): -7174165 or 15435666. OLE color: 15435666.

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

Color convert

RGB146135235-
CMYK0.380.4300.08
HSL246.6º71.43%72.55%-
HSV(B)246.6º42.55%92.16%-
XYZ35.5129.4482.41-
YUV149.69176.14125.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 135 (53.12% from 255) = 26.16%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=28.29%
G=26.16%
B=45.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461352350.380.4300.08246.671.4372.55
Hex9287EB262B08f74749
Octal2222073534653010367107111
Binary100100101000011111101011100110101011010001111011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9287EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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