#947FD7

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

Shades of Medium Purple #947FD7

Tints of Medium Purple #947FD7

Color information

#947FD7 (or 0x947FD7) is unknown color: approx Medium Purple. HEX triplet: 94, 7F and D7. RGB value is (148,127,215). Sum of RGB (Red+Green+Blue) = 148+127+215=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #947FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FD7 is #6B8028. Grayscale: #8E8E8E. Windows color (decimal): -7045161 or 14122900. OLE color: 14122900.

HSL color Cylindrical-coordinate representation of color #947FD7: hue angle of 254.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947FD7 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB148127215-
CMYK0.310.4100.16
HSL254.32º52.38%67.06%-
HSV(B)254.32º40.93%84.31%-
XYZ32.0726.3867.69-
YUV143.31168.46131.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 215 (84.38% from 255) = 43.88%
R=30.20%
G=25.92%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1481272150.310.4100.16254.3252.3867.06
Hex947FD71F29010fe3443
Octal224177327375102037664103
Binary1001010011111111101011111111101001010000111111101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,127,215); }

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

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

 a { background-color: rgb(148,127,215); }

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

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

 span { border-color: rgb(148,127,215); }

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