#9284DD

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

Shades of Medium Purple #9284DD

Tints of Medium Purple #9284DD

Color information

#9284DD (or 0x9284DD) is unknown color: approx Medium Purple. HEX triplet: 92, 84 and DD. RGB value is (146,132,221). Sum of RGB (Red+Green+Blue) = 146+132+221=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #9284DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9284DD is #6D7B22. Grayscale: #919191. Windows color (decimal): -7174947 or 14517394. OLE color: 14517394.

HSL color Cylindrical-coordinate representation of color #9284DD: hue angle of 249.44º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9284DD is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146132221-
CMYK0.340.4000.13
HSL249.44º56.69%69.22%-
HSV(B)249.44º40.27%86.67%-
XYZ33.1627.8372.03-
YUV146.33170.14127.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=29.26%
G=26.45%
B=44.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461322210.340.4000.13249.4456.6969.22
Hex9284DD22280Df93945
Octal222204335425001537171105
Binary10010010100001001101110110001010100001101111110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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