#9272EF

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

Shades of Medium Purple #9272EF

Tints of Medium Purple #9272EF

Color information

#9272EF (or 0x9272EF) is unknown color: approx Medium Purple. HEX triplet: 92, 72 and EF. RGB value is (146,114,239). Sum of RGB (Red+Green+Blue) = 146+114+239=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #9272EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9272EF is #6D8D10. Grayscale: #898989. Windows color (decimal): -7179537 or 15692434. OLE color: 15692434.

HSL color Cylindrical-coordinate representation of color #9272EF: hue angle of 255.36º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9272EF is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146114239-
CMYK0.390.5200.06
HSL255.36º79.62%69.22%-
HSV(B)255.36º52.3%93.73%-
XYZ33.4524.3884.6-
YUV137.82185.1133.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 114 (44.92% from 255) = 22.85%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=29.26%
G=22.85%
B=47.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461142390.390.5200.06255.3679.6269.22
Hex9272EF273406ff5045
Octal222162357476406377120105
Binary1001001011100101110111110011111010001101111111110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9272EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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