#946DD1

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

Shades of Medium Purple #946DD1

Tints of Medium Purple #946DD1

Color information

#946DD1 (or 0x946DD1) is unknown color: approx Medium Purple. HEX triplet: 94, 6D and D1. RGB value is (148,109,209). Sum of RGB (Red+Green+Blue) = 148+109+209=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #946DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DD1 is #6B922E. Grayscale: #838383. Windows color (decimal): -7049775 or 13725076. OLE color: 13725076.

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

Color convert

RGB148109209-
CMYK0.290.4800.18
HSL263.4º52.08%62.35%-
HSV(B)263.4º47.85%81.96%-
XYZ29.1921.8463-
YUV132.06171.42139.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 209 (82.03% from 255) = 44.85%
R=31.76%
G=23.39%
B=44.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481092090.290.4800.18263.452.0862.35
Hex946DD11D30012107343e
Octal22415532135600224076476
Binary1001010011011011101000111101110000010010100000111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,109,209); }

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

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

 a { background-color: rgb(148,109,209); }

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

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

 span { border-color: rgb(148,109,209); }

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