#9360DD

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

Shades of Medium Purple #9360DD

Tints of Medium Purple #9360DD

Color information

#9360DD (or 0x9360DD) is unknown color: approx Medium Purple. HEX triplet: 93, 60 and DD. RGB value is (147,96,221). Sum of RGB (Red+Green+Blue) = 147+96+221=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #9360DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9360DD is #6C9F22. Grayscale: #7D7D7D. Windows color (decimal): -7118627 or 14508179. OLE color: 14508179.

HSL color Cylindrical-coordinate representation of color #9360DD: hue angle of 264.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9360DD is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14796221-
CMYK0.330.5700.13
HSL264.48º64.77%62.16%-
HSV(B)264.48º56.56%86.67%-
XYZ29.2719.7970.68-
YUV125.5181.9143.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.68%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=31.68%
G=20.69%
B=47.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147962210.330.5700.13264.4864.7762.16
Hex9360DD21390D108413e
Octal223140335417101541010176
Binary10010011110000011011101100001111001011011000010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9360DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9360DD; }

 p { color: rgb(147,96,221); }

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

<style>
 a { background-color: #9360DD; }

 a { background-color: rgb(147,96,221); }

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

<style>
 span { border-color: #9360DD; }

 span { border-color: rgb(147,96,221); }

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