#9474D8

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

Shades of Medium Purple #9474D8

Tints of Medium Purple #9474D8

Color information

#9474D8 (or 0x9474D8) is unknown color: approx Medium Purple. HEX triplet: 94, 74 and D8. RGB value is (148,116,216). Sum of RGB (Red+Green+Blue) = 148+116+216=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #9474D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9474D8 is #6B8B27. Grayscale: #888888. Windows color (decimal): -7047976 or 14185620. OLE color: 14185620.

HSL color Cylindrical-coordinate representation of color #9474D8: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9474D8 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148116216-
CMYK0.310.4600.15
HSL259.2º56.18%65.1%-
HSV(B)259.2º46.3%84.71%-
XYZ30.8523.7467.92-
YUV136.97172.6135.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 216 (84.77% from 255) = 45%
R=30.83%
G=24.17%
B=45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481162160.310.4600.15259.256.1865.1
Hex9474D81F2E0F1033841
Octal224164330375601740370101
Binary1001010011101001101100011111101110011111000000111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9474D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9474D8; }

 p { color: rgb(148,116,216); }

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

<style>
 a { background-color: #9474D8; }

 a { background-color: rgb(148,116,216); }

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

<style>
 span { border-color: #9474D8; }

 span { border-color: rgb(148,116,216); }

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