#9369D3

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

Shades of Medium Purple #9369D3

Tints of Medium Purple #9369D3

Color information

#9369D3 (or 0x9369D3) is unknown color: approx Medium Purple. HEX triplet: 93, 69 and D3. RGB value is (147,105,211). Sum of RGB (Red+Green+Blue) = 147+105+211=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #9369D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369D3 is #6C962C. Grayscale: #818181. Windows color (decimal): -7116333 or 13855123. OLE color: 13855123.

HSL color Cylindrical-coordinate representation of color #9369D3: hue angle of 263.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9369D3 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB147105211-
CMYK0.300.5000.17
HSL263.77º54.64%61.96%-
HSV(B)263.77º50.24%82.75%-
XYZ28.8421.0164.16-
YUV129.64173.91140.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 105 (41.41% from 255) = 22.68%
BLUE value IS 211 (82.81% from 255) = 45.57%
R=31.75%
G=22.68%
B=45.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1471052110.300.5000.17263.7754.6461.96
Hex9369D31E32011108373e
Octal22315132336620214106776
Binary1001001111010011101001111110110010010001100001000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9369D3; }

 p { color: rgb(147,105,211); }

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

<style>
 a { background-color: #9369D3; }

 a { background-color: rgb(147,105,211); }

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

<style>
 span { border-color: #9369D3; }

 span { border-color: rgb(147,105,211); }

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