#947EE1

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

Shades of Medium Purple #947EE1

Tints of Medium Purple #947EE1

Color information

#947EE1 (or 0x947EE1) is unknown color: approx Medium Purple. HEX triplet: 94, 7E and E1. RGB value is (148,126,225). Sum of RGB (Red+Green+Blue) = 148+126+225=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #947EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EE1 is #6B811E. Grayscale: #8F8F8F. Windows color (decimal): -7045407 or 14778004. OLE color: 14778004.

HSL color Cylindrical-coordinate representation of color #947EE1: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947EE1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148126225-
CMYK0.340.4400.12
HSL253.33º62.26%68.82%-
HSV(B)253.33º44%88.24%-
XYZ33.2626.6574.63-
YUV143.86173.79130.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.66%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=29.66%
G=25.25%
B=45.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1481262250.340.4400.12253.3362.2668.82
Hex947EE1222C0Cfd3e45
Octal224176341425401437576105
Binary1001010011111101110000110001010110001100111111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,126,225); }

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

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

 a { background-color: rgb(148,126,225); }

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

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

 span { border-color: rgb(148,126,225); }

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