#9472d9

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

Shades of Medium Purple #9472D9

Tints of Medium Purple #9472D9

Color information

#9472D9 (or 0x9472D9) is unknown color: approx Medium Purple. HEX triplet: 94, 72 and D9. RGB value is (148,114,217). Sum of RGB (Red+Green+Blue) = 148+114+217=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #9472D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472D9 is #6B8D26. Grayscale: #878787. Windows color (decimal): -7048487 or 14250644. OLE color: 14250644.

HSL color Cylindrical-coordinate representation of color #9472D9: hue angle of 259.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9472D9 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148114217-
CMYK0.320.4700.15
HSL259.81º57.54%64.9%-
HSV(B)259.81º47.47%85.1%-
XYZ30.7523.3468.53-
YUV135.91173.76136.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.90%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=30.90%
G=23.80%
B=45.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481142170.320.4700.15259.8157.5464.9
Hex9472D9202F0F1043a41
Octal224162331405701740472101
Binary10010100111001011011001100000101111011111000001001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9472d9; }

 p { color: rgb(148,114,217); }

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

<style>
 a { background-color: #9472d9; }

 a { background-color: rgb(148,114,217); }

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

<style>
 span { border-color: #9472d9; }

 span { border-color: rgb(148,114,217); }

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