#946DDD

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

Shades of Medium Purple #946DDD

Tints of Medium Purple #946DDD

Color information

#946DDD (or 0x946DDD) is unknown color: approx Medium Purple. HEX triplet: 94, 6D and DD. RGB value is (148,109,221). Sum of RGB (Red+Green+Blue) = 148+109+221=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #946DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DDD is #6B9222. Grayscale: #858585. Windows color (decimal): -7049763 or 14511508. OLE color: 14511508.

HSL color Cylindrical-coordinate representation of color #946DDD: hue angle of 260.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946DDD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148109221-
CMYK0.330.5100.13
HSL260.89º62.22%64.71%-
HSV(B)260.89º50.68%86.67%-
XYZ30.7322.4571.12-
YUV133.43177.42138.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=30.96%
G=22.80%
B=46.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481092210.330.5100.13260.8962.2264.71
Hex946DDD21330D1053e41
Octal224155335416301540576101
Binary10010100110110111011101100001110011011011000001011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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