#947EE5

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

Shades of Medium Purple #947EE5

Tints of Medium Purple #947EE5

Color information

#947EE5 (or 0x947EE5) is unknown color: approx Medium Purple. HEX triplet: 94, 7E and E5. RGB value is (148,126,229). Sum of RGB (Red+Green+Blue) = 148+126+229=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #947EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EE5 is #6B811A. Grayscale: #8F8F8F. Windows color (decimal): -7045403 or 15040148. OLE color: 15040148.

HSL color Cylindrical-coordinate representation of color #947EE5: hue angle of 252.82º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947EE5 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB148126229-
CMYK0.350.4500.10
HSL252.82º66.45%69.61%-
HSV(B)252.82º44.98%89.8%-
XYZ33.8226.8777.53-
YUV144.32175.79130.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 229 (89.84% from 255) = 45.53%
R=29.42%
G=25.05%
B=45.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1481262290.350.4500.10252.8266.4569.61
Hex947EE5232D0Afd4246
Octal2241763454355012375102106
Binary10010100111111011100101100011101101010101111110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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