#9473df

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

Shades of Medium Purple #9473DF

Tints of Medium Purple #9473DF

Color information

#9473DF (or 0x9473DF) is unknown color: approx Medium Purple. HEX triplet: 94, 73 and DF. RGB value is (148,115,223). Sum of RGB (Red+Green+Blue) = 148+115+223=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #9473DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473DF is #6B8C20. Grayscale: #888888. Windows color (decimal): -7048225 or 14644116. OLE color: 14644116.

HSL color Cylindrical-coordinate representation of color #9473DF: hue angle of 258.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9473DF is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148115223-
CMYK0.340.4800.13
HSL258.33º62.79%66.27%-
HSV(B)258.33º48.43%87.45%-
XYZ31.6623.8972.75-
YUV137.18176.43135.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=30.45%
G=23.66%
B=45.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481152230.340.4800.13258.3362.7966.27
Hex9473DF22300D1023f42
Octal224163337426001540277102
Binary10010100111001111011111100010110000011011000000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9473df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9473df; }

 p { color: rgb(148,115,223); }

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

<style>
 a { background-color: #9473df; }

 a { background-color: rgb(148,115,223); }

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

<style>
 span { border-color: #9473df; }

 span { border-color: rgb(148,115,223); }

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