#9486DD

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

Shades of Medium Purple #9486DD

Tints of Medium Purple #9486DD

Color information

#9486DD (or 0x9486DD) is unknown color: approx Medium Purple. HEX triplet: 94, 86 and DD. RGB value is (148,134,221). Sum of RGB (Red+Green+Blue) = 148+134+221=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9486DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486DD is #6B7922. Grayscale: #939393. Windows color (decimal): -7043363 or 14517908. OLE color: 14517908.

HSL color Cylindrical-coordinate representation of color #9486DD: hue angle of 249.66º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9486DD is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148134221-
CMYK0.330.3900.13
HSL249.66º56.13%69.61%-
HSV(B)249.66º39.37%86.67%-
XYZ33.7928.5772.14-
YUV148.1169.14127.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 134 (52.73% from 255) = 26.64%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=29.42%
G=26.64%
B=43.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481342210.330.3900.13249.6656.1369.61
Hex9486DD21270Dfa3846
Octal224206335414701537270106
Binary10010100100001101101110110000110011101101111110101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,134,221); }

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

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

 a { background-color: rgb(148,134,221); }

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

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

 span { border-color: rgb(148,134,221); }

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