#9276E0

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

Shades of Medium Purple #9276E0

Tints of Medium Purple #9276E0

Color information

#9276E0 (or 0x9276E0) is unknown color: approx Medium Purple. HEX triplet: 92, 76 and E0. RGB value is (146,118,224). Sum of RGB (Red+Green+Blue) = 146+118+224=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #9276E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276E0 is #6D891F. Grayscale: #8A8A8A. Windows color (decimal): -7178528 or 14710418. OLE color: 14710418.

HSL color Cylindrical-coordinate representation of color #9276E0: hue angle of 255.85º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9276E0 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146118224-
CMYK0.350.4700.12
HSL255.85º63.1%67.06%-
HSV(B)255.85º47.32%87.84%-
XYZ31.7924.4573.56-
YUV138.46176.28133.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.92%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=29.92%
G=24.18%
B=45.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461182240.350.4700.12255.8563.167.06
Hex9276E0232F0C1003f43
Octal222166340435701440077103
Binary10010010111011011100000100011101111011001000000001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9276E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9276E0; }

 p { color: rgb(146,118,224); }

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

<style>
 a { background-color: #9276E0; }

 a { background-color: rgb(146,118,224); }

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

<style>
 span { border-color: #9276E0; }

 span { border-color: rgb(146,118,224); }

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