#9369DD

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

Shades of Medium Purple #9369DD

Tints of Medium Purple #9369DD

Color information

#9369DD (or 0x9369DD) is unknown color: approx Medium Purple. HEX triplet: 93, 69 and DD. RGB value is (147,105,221). Sum of RGB (Red+Green+Blue) = 147+105+221=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #9369DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369DD is #6C9622. Grayscale: #828282. Windows color (decimal): -7116323 or 14510483. OLE color: 14510483.

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

Color convert

RGB147105221-
CMYK0.330.5200.13
HSL261.72º63.04%63.92%-
HSV(B)261.72º52.49%86.67%-
XYZ30.1421.5370.97-
YUV130.78178.91139.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.08%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=31.08%
G=22.20%
B=46.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471052210.330.5200.13261.7263.0463.92
Hex9369DD21340D1063f40
Octal223151335416401540677100
Binary10010011110100111011101100001110100011011000001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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