#9280DE

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

Shades of Medium Purple #9280DE

Tints of Medium Purple #9280DE

Color information

#9280DE (or 0x9280DE) is unknown color: approx Medium Purple. HEX triplet: 92, 80 and DE. RGB value is (146,128,222). Sum of RGB (Red+Green+Blue) = 146+128+222=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #9280DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9280DE is #6D7F21. Grayscale: #8F8F8F. Windows color (decimal): -7175970 or 14581906. OLE color: 14581906.

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

Color convert

RGB146128222-
CMYK0.340.4200.13
HSL251.49º58.75%68.63%-
HSV(B)251.49º42.34%87.06%-
XYZ32.7626.8272.56-
YUV144.1171.96129.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=29.44%
G=25.81%
B=44.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461282220.340.4200.13251.4958.7568.63
Hex9280DE222A0Dfb3b45
Octal222200336425201537373105
Binary10010010100000001101111010001010101001101111110111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9280DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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