#9361DF

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

Shades of Medium Purple #9361DF

Tints of Medium Purple #9361DF

Color information

#9361DF (or 0x9361DF) is unknown color: approx Medium Purple. HEX triplet: 93, 61 and DF. RGB value is (147,97,223). Sum of RGB (Red+Green+Blue) = 147+97+223=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9361DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361DF is #6C9E20. Grayscale: #7D7D7D. Windows color (decimal): -7118369 or 14639507. OLE color: 14639507.

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

Color convert

RGB14797223-
CMYK0.340.5700.13
HSL263.81º66.32%62.75%-
HSV(B)263.81º56.5%87.45%-
XYZ29.6320.0872.13-
YUV126.31182.56142.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=31.48%
G=20.77%
B=47.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147972230.340.5700.13263.8166.3262.75
Hex9361DF22390D108423f
Octal223141337427101541010277
Binary10010011110000111011111100010111001011011000010001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9361DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9361DF; }

 p { color: rgb(147,97,223); }

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

<style>
 a { background-color: #9361DF; }

 a { background-color: rgb(147,97,223); }

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

<style>
 span { border-color: #9361DF; }

 span { border-color: rgb(147,97,223); }

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