#9486E3

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

Shades of Medium Purple #9486E3

Tints of Medium Purple #9486E3

Color information

#9486E3 (or 0x9486E3) is unknown color: approx Medium Purple. HEX triplet: 94, 86 and E3. RGB value is (148,134,227). Sum of RGB (Red+Green+Blue) = 148+134+227=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 227 (89.06% from 255 or 44.60% from 509); Max value from RGB is 227 - color contains mainly: blue. Hex color #9486E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486E3 is #6B791C. Grayscale: #949494. Windows color (decimal): -7043357 or 14911124. OLE color: 14911124.

HSL color Cylindrical-coordinate representation of color #9486E3: hue angle of 249.03º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9486E3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148134227-
CMYK0.350.4100.11
HSL249.03º62.42%70.78%-
HSV(B)249.03º40.97%89.02%-
XYZ34.628.8976.43-
YUV148.79172.14127.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.08%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 227 (89.06% from 255) = 44.60%
R=29.08%
G=26.33%
B=44.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481342270.350.4100.11249.0362.4270.78
Hex9486E323290Bf93e47
Octal224206343435101337176107
Binary10010100100001101110001110001110100101011111110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9486E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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