#9282D9

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

Shades of Medium Purple #9282D9

Tints of Medium Purple #9282D9

Color information

#9282D9 (or 0x9282D9) is unknown color: approx Medium Purple. HEX triplet: 92, 82 and D9. RGB value is (146,130,217). Sum of RGB (Red+Green+Blue) = 146+130+217=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #9282D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9282D9 is #6D7D26. Grayscale: #909090. Windows color (decimal): -7175463 or 14254738. OLE color: 14254738.

HSL color Cylindrical-coordinate representation of color #9282D9: hue angle of 251.03º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9282D9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146130217-
CMYK0.330.4000.15
HSL251.03º53.37%68.04%-
HSV(B)251.03º40.09%85.1%-
XYZ32.3627.0969.17-
YUV144.7168.8128.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=29.61%
G=26.37%
B=44.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461302170.330.4000.15251.0353.3768.04
Hex9282D921280Ffb3544
Octal222202331415001737365104
Binary10010010100000101101100110000110100001111111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9282D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9282D9; }

 p { color: rgb(146,130,217); }

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

<style>
 a { background-color: #9282D9; }

 a { background-color: rgb(146,130,217); }

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

<style>
 span { border-color: #9282D9; }

 span { border-color: rgb(146,130,217); }

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