#9470d2

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

Shades of Medium Purple #9470D2

Tints of Medium Purple #9470D2

Color information

#9470D2 (or 0x9470D2) is unknown color: approx Medium Purple. HEX triplet: 94, 70 and D2. RGB value is (148,112,210). Sum of RGB (Red+Green+Blue) = 148+112+210=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #9470D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470D2 is #6B8F2D. Grayscale: #858585. Windows color (decimal): -7049006 or 13791380. OLE color: 13791380.

HSL color Cylindrical-coordinate representation of color #9470D2: hue angle of 262.04º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9470D2 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148112210-
CMYK0.300.4700.18
HSL262.04º52.13%63.14%-
HSV(B)262.04º46.67%82.35%-
XYZ29.6422.5463.76-
YUV133.94170.93138.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 210 (82.42% from 255) = 44.68%
R=31.49%
G=23.83%
B=44.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481122100.300.4700.18262.0452.1363.14
Hex9470D21E2F012106343f
Octal22416032236570224066477
Binary1001010011100001101001011110101111010010100000110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9470d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9470d2; }

 p { color: rgb(148,112,210); }

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

<style>
 a { background-color: #9470d2; }

 a { background-color: rgb(148,112,210); }

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

<style>
 span { border-color: #9470d2; }

 span { border-color: rgb(148,112,210); }

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