#9280DF

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

Shades of Medium Purple #9280DF

Tints of Medium Purple #9280DF

Color information

#9280DF (or 0x9280DF) is unknown color: approx Medium Purple. HEX triplet: 92, 80 and DF. RGB value is (146,128,223). Sum of RGB (Red+Green+Blue) = 146+128+223=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #9280DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280DF is #6D7F20. Grayscale: #8F8F8F. Windows color (decimal): -7175969 or 14647442. OLE color: 14647442.

HSL color Cylindrical-coordinate representation of color #9280DF: hue angle of 251.37º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9280DF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146128223-
CMYK0.350.4300.13
HSL251.37º59.75%68.82%-
HSV(B)251.37º42.6%87.45%-
XYZ32.8926.8873.27-
YUV144.21172.46129.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=29.38%
G=25.75%
B=44.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461282230.350.4300.13251.3759.7568.82
Hex9280DF232B0Dfb3c45
Octal222200337435301537374105
Binary10010010100000001101111110001110101101101111110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9280DF; }

 p { color: rgb(146,128,223); }

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

<style>
 a { background-color: #9280DF; }

 a { background-color: rgb(146,128,223); }

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

<style>
 span { border-color: #9280DF; }

 span { border-color: rgb(146,128,223); }

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