#947CDD

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

Shades of Medium Purple #947CDD

Tints of Medium Purple #947CDD

Color information

#947CDD (or 0x947CDD) is unknown color: approx Medium Purple. HEX triplet: 94, 7C and DD. RGB value is (148,124,221). Sum of RGB (Red+Green+Blue) = 148+124+221=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #947CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947CDD is #6B8322. Grayscale: #8D8D8D. Windows color (decimal): -7045923 or 14515348. OLE color: 14515348.

HSL color Cylindrical-coordinate representation of color #947CDD: hue angle of 254.85º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947CDD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148124221-
CMYK0.330.4400.13
HSL254.85º58.79%67.65%-
HSV(B)254.85º43.89%86.67%-
XYZ32.4725.9371.7-
YUV142.23172.45132.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 124 (48.83% from 255) = 25.15%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=30.02%
G=25.15%
B=44.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481242210.330.4400.13254.8558.7967.65
Hex947CDD212C0Dff3b44
Octal224174335415401537773104
Binary1001010011111001101110110000110110001101111111111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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