#9273E5

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

Shades of Medium Purple #9273E5

Tints of Medium Purple #9273E5

Color information

#9273E5 (or 0x9273E5) is unknown color: approx Medium Purple. HEX triplet: 92, 73 and E5. RGB value is (146,115,229). Sum of RGB (Red+Green+Blue) = 146+115+229=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #9273E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9273E5 is #6D8C1A. Grayscale: #888888. Windows color (decimal): -7179291 or 15037330. OLE color: 15037330.

HSL color Cylindrical-coordinate representation of color #9273E5: hue angle of 256.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9273E5 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB146115229-
CMYK0.360.5000.10
HSL256.32º68.67%67.45%-
HSV(B)256.32º49.78%89.8%-
XYZ32.1324.0377.07-
YUV137.26179.77134.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.80%
GREEN value IS 115 (45.31% from 255) = 23.47%
BLUE value IS 229 (89.84% from 255) = 46.73%
R=29.80%
G=23.47%
B=46.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1461152290.360.5000.10256.3268.6767.45
Hex9273E524320A1004543
Octal2221633454462012400105103
Binary100100101110011111001011001001100100101010000000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9273E5; }

 p { color: rgb(146,115,229); }

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

<style>
 a { background-color: #9273E5; }

 a { background-color: rgb(146,115,229); }

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

<style>
 span { border-color: #9273E5; }

 span { border-color: rgb(146,115,229); }

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