#9279ED

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

Shades of Medium Purple #9279ED

Tints of Medium Purple #9279ED

Color information

#9279ED (or 0x9279ED) is unknown color: approx Medium Purple. HEX triplet: 92, 79 and ED. RGB value is (146,121,237). Sum of RGB (Red+Green+Blue) = 146+121+237=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9279ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9279ED is #6D8612. Grayscale: #8D8D8D. Windows color (decimal): -7177747 or 15563154. OLE color: 15563154.

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

Color convert

RGB146121237-
CMYK0.380.4900.07
HSL252.93º76.32%70.2%-
HSV(B)252.93º48.95%92.94%-
XYZ33.9825.983.33-
YUV141.7181.78131.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=28.97%
G=24.01%
B=47.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461212370.380.4900.07252.9376.3270.2
Hex9279ED263107fd4c46
Octal222171355466107375114106
Binary1001001011110011110110110011011000101111111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9279ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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