#947DDC

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

Shades of Medium Purple #947DDC

Tints of Medium Purple #947DDC

Color information

#947DDC (or 0x947DDC) is unknown color: approx Medium Purple. HEX triplet: 94, 7D and DC. RGB value is (148,125,220). Sum of RGB (Red+Green+Blue) = 148+125+220=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #947DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947DDC is #6B8223. Grayscale: #8E8E8E. Windows color (decimal): -7045668 or 14450068. OLE color: 14450068.

HSL color Cylindrical-coordinate representation of color #947DDC: hue angle of 254.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947DDC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148125220-
CMYK0.330.4300.14
HSL254.53º57.58%67.65%-
HSV(B)254.53º43.18%86.27%-
XYZ32.4626.1371.04-
YUV142.71171.62131.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=30.02%
G=25.35%
B=44.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481252200.330.4300.14254.5357.5867.65
Hex947DDC212B0Eff3a44
Octal224175334415301637772104
Binary1001010011111011101110010000110101101110111111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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