#947CE7

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

Shades of Medium Purple #947CE7

Tints of Medium Purple #947CE7

Color information

#947CE7 (or 0x947CE7) is unknown color: approx Medium Purple. HEX triplet: 94, 7C and E7. RGB value is (148,124,231). Sum of RGB (Red+Green+Blue) = 148+124+231=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #947CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CE7 is #6B8318. Grayscale: #8E8E8E. Windows color (decimal): -7045913 or 15170708. OLE color: 15170708.

HSL color Cylindrical-coordinate representation of color #947CE7: hue angle of 253.46º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #947CE7 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148124231-
CMYK0.360.4600.09
HSL253.46º69.03%69.61%-
HSV(B)253.46º46.32%90.59%-
XYZ33.8426.4878.93-
YUV143.37177.45131.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 231 (90.62% from 255) = 45.92%
R=29.42%
G=24.65%
B=45.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1481242310.360.4600.09253.4669.0369.61
Hex947CE7242E09fd4546
Octal2241743474456011375105106
Binary10010100111110011100111100100101110010011111110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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