#9281eb

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

Shades of Medium Purple #9281EB

Tints of Medium Purple #9281EB

Color information

#9281EB (or 0x9281EB) is unknown color: approx Medium Purple. HEX triplet: 92, 81 and EB. RGB value is (146,129,235). Sum of RGB (Red+Green+Blue) = 146+129+235=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #9281EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9281EB is #6D7E14. Grayscale: #919191. Windows color (decimal): -7175701 or 15434130. OLE color: 15434130.

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

Color convert

RGB146129235-
CMYK0.380.4500.08
HSL249.62º72.6%71.37%-
HSV(B)249.62º45.11%92.16%-
XYZ34.727.8182.14-
YUV146.17178.13127.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.63%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=28.63%
G=25.29%
B=46.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1461292350.380.4500.08249.6272.671.37
Hex9281EB262D08fa4947
Octal2222013534655010372111107
Binary100100101000000111101011100110101101010001111101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9281eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9281eb; }

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

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

<style>
 a { background-color: #9281eb; }

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

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

<style>
 span { border-color: #9281eb; }

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

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