#9367D5

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

Shades of Medium Purple #9367D5

Tints of Medium Purple #9367D5

Color information

#9367D5 (or 0x9367D5) is unknown color: approx Medium Purple. HEX triplet: 93, 67 and D5. RGB value is (147,103,213). Sum of RGB (Red+Green+Blue) = 147+103+213=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #9367D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367D5 is #6C982A. Grayscale: #808080. Windows color (decimal): -7116843 or 13985683. OLE color: 13985683.

HSL color Cylindrical-coordinate representation of color #9367D5: hue angle of 264º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9367D5 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147103213-
CMYK0.310.5200.16
HSL264º56.7%61.96%-
HSV(B)264º51.64%83.53%-
XYZ28.8920.7165.42-
YUV128.7175.58141.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.75%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 213 (83.59% from 255) = 46.00%
R=31.75%
G=22.25%
B=46.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471032130.310.5200.1626456.761.96
Hex9367D51F34010108393e
Octal22314732537640204107176
Binary1001001111001111101010111111110100010000100001000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9367D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9367D5; }

 p { color: rgb(147,103,213); }

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

<style>
 a { background-color: #9367D5; }

 a { background-color: rgb(147,103,213); }

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

<style>
 span { border-color: #9367D5; }

 span { border-color: rgb(147,103,213); }

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