#9277E4

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

Shades of Medium Purple #9277E4

Tints of Medium Purple #9277E4

Color information

#9277E4 (or 0x9277E4) is unknown color: approx Medium Purple. HEX triplet: 92, 77 and E4. RGB value is (146,119,228). Sum of RGB (Red+Green+Blue) = 146+119+228=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #9277E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277E4 is #6D881B. Grayscale: #8B8B8B. Windows color (decimal): -7178268 or 14972818. OLE color: 14972818.

HSL color Cylindrical-coordinate representation of color #9277E4: hue angle of 254.86º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9277E4 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146119228-
CMYK0.360.4800.11
HSL254.86º66.87%68.04%-
HSV(B)254.86º47.81%89.41%-
XYZ32.4524.9176.5-
YUV139.5177.95132.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 228 (89.45% from 255) = 46.25%
R=29.61%
G=24.14%
B=46.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461192280.360.4800.11254.8666.8768.04
Hex9277E424300Bff4344
Octal2221673444460013377103104
Binary10010010111011111100100100100110000010111111111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9277E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9277E4; }

 p { color: rgb(146,119,228); }

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

<style>
 a { background-color: #9277E4; }

 a { background-color: rgb(146,119,228); }

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

<style>
 span { border-color: #9277E4; }

 span { border-color: rgb(146,119,228); }

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