#9284DF

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

Shades of Medium Purple #9284DF

Tints of Medium Purple #9284DF

Color information

#9284DF (or 0x9284DF) is unknown color: approx Medium Purple. HEX triplet: 92, 84 and DF. RGB value is (146,132,223). Sum of RGB (Red+Green+Blue) = 146+132+223=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #9284DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284DF is #6D7B20. Grayscale: #929292. Windows color (decimal): -7174945 or 14648466. OLE color: 14648466.

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

Color convert

RGB146132223-
CMYK0.350.4100.13
HSL249.23º58.71%69.61%-
HSV(B)249.23º40.81%87.45%-
XYZ33.4227.9473.44-
YUV146.56171.14127.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=29.14%
G=26.35%
B=44.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461322230.350.4100.13249.2358.7169.61
Hex9284DF23290Df93b46
Octal222204337435101537173106
Binary10010010100001001101111110001110100101101111110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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