#9280D3

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

Shades of Medium Purple #9280D3

Tints of Medium Purple #9280D3

Color information

#9280D3 (or 0x9280D3) is unknown color: approx Medium Purple. HEX triplet: 92, 80 and D3. RGB value is (146,128,211). Sum of RGB (Red+Green+Blue) = 146+128+211=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #9280D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280D3 is #6D7F2C. Grayscale: #8E8E8E. Windows color (decimal): -7175981 or 13861010. OLE color: 13861010.

HSL color Cylindrical-coordinate representation of color #9280D3: hue angle of 253.01º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9280D3 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146128211-
CMYK0.310.3900.17
HSL253.01º48.54%66.47%-
HSV(B)253.01º39.34%82.75%-
XYZ31.3326.2565.04-
YUV142.84166.46130.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 128 (50.39% from 255) = 26.39%
BLUE value IS 211 (82.81% from 255) = 43.51%
R=30.10%
G=26.39%
B=43.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461282110.310.3900.17253.0148.5466.47
Hex9280D31F27011fd3142
Octal222200323374702137561102
Binary10010010100000001101001111111100111010001111111011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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