#9272E9

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

Shades of Medium Purple #9272E9

Tints of Medium Purple #9272E9

Color information

#9272E9 (or 0x9272E9) is unknown color: approx Medium Purple. HEX triplet: 92, 72 and E9. RGB value is (146,114,233). Sum of RGB (Red+Green+Blue) = 146+114+233=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #9272E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9272E9 is #6D8D16. Grayscale: #888888. Windows color (decimal): -7179543 or 15299218. OLE color: 15299218.

HSL color Cylindrical-coordinate representation of color #9272E9: hue angle of 256.13º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9272E9 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146114233-
CMYK0.370.5100.09
HSL256.13º73.01%68.04%-
HSV(B)256.13º51.07%91.37%-
XYZ32.5824.0380.01-
YUV137.13182.1134.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 233 (91.41% from 255) = 47.26%
R=29.61%
G=23.12%
B=47.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1461142330.370.5100.09256.1373.0168.04
Hex9272E92533091004944
Octal2221623514563011400111104
Binary100100101110010111010011001011100110100110000000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9272E9; }

 p { color: rgb(146,114,233); }

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

<style>
 a { background-color: #9272E9; }

 a { background-color: rgb(146,114,233); }

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

<style>
 span { border-color: #9272E9; }

 span { border-color: rgb(146,114,233); }

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