#946DDC

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

Shades of Medium Purple #946DDC

Tints of Medium Purple #946DDC

Color information

#946DDC (or 0x946DDC) is unknown color: approx Medium Purple. HEX triplet: 94, 6D and DC. RGB value is (148,109,220). Sum of RGB (Red+Green+Blue) = 148+109+220=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #946DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946DDC is #6B9223. Grayscale: #848484. Windows color (decimal): -7049764 or 14445972. OLE color: 14445972.

HSL color Cylindrical-coordinate representation of color #946DDC: hue angle of 261.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946DDC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148109220-
CMYK0.330.5000.14
HSL261.08º61.33%64.51%-
HSV(B)261.08º50.45%86.27%-
XYZ30.622.470.42-
YUV133.32176.92138.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=31.03%
G=22.85%
B=46.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481092200.330.5000.14261.0861.3364.51
Hex946DDC21320E1053d41
Octal224155334416201640575101
Binary10010100110110111011100100001110010011101000001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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