#9472DC

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

Shades of Medium Purple #9472DC

Tints of Medium Purple #9472DC

Color information

#9472DC (or 0x9472DC) is unknown color: approx Medium Purple. HEX triplet: 94, 72 and DC. RGB value is (148,114,220). Sum of RGB (Red+Green+Blue) = 148+114+220=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9472DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9472DC is #6B8D23. Grayscale: #878787. Windows color (decimal): -7048484 or 14447252. OLE color: 14447252.

HSL color Cylindrical-coordinate representation of color #9472DC: hue angle of 259.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9472DC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148114220-
CMYK0.330.4800.14
HSL259.25º60.23%65.49%-
HSV(B)259.25º48.18%86.27%-
XYZ31.1523.570.6-
YUV136.25175.26136.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 220 (86.33% from 255) = 45.64%
R=30.71%
G=23.65%
B=45.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481142200.330.4800.14259.2560.2365.49
Hex9472DC21300E1033c41
Octal224162334416001640374101
Binary10010100111001011011100100001110000011101000000111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9472DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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