#8372DC

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

Shades of Medium Purple #8372DC

Tints of Medium Purple #8372DC

Color information

#8372DC (or 0x8372DC) is unknown color: approx Medium Purple. HEX triplet: 83, 72 and DC. RGB value is (131,114,220). Sum of RGB (Red+Green+Blue) = 131+114+220=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #8372DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8372DC is #7C8D23. Grayscale: #828282. Windows color (decimal): -8162596 or 14447235. OLE color: 14447235.

HSL color Cylindrical-coordinate representation of color #8372DC: hue angle of 249.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8372DC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131114220-
CMYK0.400.4800.14
HSL249.62º60.23%65.49%-
HSV(B)249.62º48.18%86.27%-
XYZ28.322.0370.47-
YUV131.17178.13127.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 220 (86.33% from 255) = 47.31%
R=28.17%
G=24.52%
B=47.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311142200.400.4800.14249.6260.2365.49
Hex8372DC28300Efa3c41
Octal203162334506001637274101
Binary1000001111100101101110010100011000001110111110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8372DC; }

 p { color: rgb(131,114,220); }

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

<style>
 a { background-color: #8372DC; }

 a { background-color: rgb(131,114,220); }

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

<style>
 span { border-color: #8372DC; }

 span { border-color: rgb(131,114,220); }

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