#9273ED

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

Shades of Medium Purple #9273ED

Tints of Medium Purple #9273ED

Color information

#9273ED (or 0x9273ED) is unknown color: approx Medium Purple. HEX triplet: 92, 73 and ED. RGB value is (146,115,237). Sum of RGB (Red+Green+Blue) = 146+115+237=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #9273ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9273ED is #6D8C12. Grayscale: #898989. Windows color (decimal): -7179283 or 15561618. OLE color: 15561618.

HSL color Cylindrical-coordinate representation of color #9273ED: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9273ED is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146115237-
CMYK0.380.5100.07
HSL255.25º77.22%69.02%-
HSV(B)255.25º51.48%92.94%-
XYZ33.2724.4983.09-
YUV138.18183.77133.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 115 (45.31% from 255) = 23.09%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=29.32%
G=23.09%
B=47.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461152370.380.5100.07255.2577.2269.02
Hex9273ED263307ff4d45
Octal222163355466307377115105
Binary1001001011100111110110110011011001101111111111110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9273ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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