#9372DD

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

Shades of Medium Purple #9372DD

Tints of Medium Purple #9372DD

Color information

#9372DD (or 0x9372DD) is unknown color: approx Medium Purple. HEX triplet: 93, 72 and DD. RGB value is (147,114,221). Sum of RGB (Red+Green+Blue) = 147+114+221=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9372DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9372DD is #6C8D22. Grayscale: #878787. Windows color (decimal): -7114019 or 14512787. OLE color: 14512787.

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

Color convert

RGB147114221-
CMYK0.330.4800.13
HSL258.5º61.14%65.69%-
HSV(B)258.5º48.42%86.67%-
XYZ31.123.4671.3-
YUV136.06175.93135.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.50%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=30.50%
G=23.65%
B=45.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471142210.330.4800.13258.561.1465.69
Hex9372DD21300D1033d42
Octal223162335416001540375102
Binary10010011111001011011101100001110000011011000000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9372DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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