#8357DC

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

Shades of Medium Purple #8357DC

Tints of Medium Purple #8357DC

Color information

#8357DC (or 0x8357DC) is unknown color: approx Medium Purple. HEX triplet: 83, 57 and DC. RGB value is (131,87,220). Sum of RGB (Red+Green+Blue) = 131+87+220=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #8357DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357DC is #7CA823. Grayscale: #727272. Windows color (decimal): -8169508 or 14440323. OLE color: 14440323.

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

Color convert

RGB13187220-
CMYK0.400.6000.14
HSL259.85º65.52%60.2%-
HSV(B)259.85º60.45%86.27%-
XYZ25.6916.8169.6-
YUV115.32187.08139.19-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 87 (34.38% from 255) = 19.86%
BLUE value IS 220 (86.33% from 255) = 50.23%
R=29.91%
G=19.86%
B=50.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131872200.400.6000.14259.8565.5260.2
Hex8357DC283C0E104423c
Octal203127334507401640410274
Binary10000011101011111011100101000111100011101000001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8357DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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