#946ED0

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

Shades of Medium Purple #946ED0

Tints of Medium Purple #946ED0

Color information

#946ED0 (or 0x946ED0) is unknown color: approx Medium Purple. HEX triplet: 94, 6E and D0. RGB value is (148,110,208). Sum of RGB (Red+Green+Blue) = 148+110+208=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #946ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946ED0 is #6B912F. Grayscale: #848484. Windows color (decimal): -7049520 or 13659796. OLE color: 13659796.

HSL color Cylindrical-coordinate representation of color #946ED0: hue angle of 263.27º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946ED0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148110208-
CMYK0.290.4700.18
HSL263.27º51.04%62.35%-
HSV(B)263.27º47.12%81.57%-
XYZ29.172262.38-
YUV132.53170.59139.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 208 (81.64% from 255) = 44.64%
R=31.76%
G=23.61%
B=44.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481102080.290.4700.18263.2751.0462.35
Hex946ED01D2F012107333e
Octal22415632035570224076376
Binary1001010011011101101000011101101111010010100000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946ED0; }

 p { color: rgb(148,110,208); }

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

<style>
 a { background-color: #946ED0; }

 a { background-color: rgb(148,110,208); }

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

<style>
 span { border-color: #946ED0; }

 span { border-color: rgb(148,110,208); }

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