#8350dc

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

Shades of Medium Purple #8350DC

Tints of Medium Purple #8350DC

Color information

#8350DC (or 0x8350DC) is unknown color: approx Medium Purple. HEX triplet: 83, 50 and DC. RGB value is (131,80,220). Sum of RGB (Red+Green+Blue) = 131+80+220=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #8350DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350DC is #7CAF23. Grayscale: #6E6E6E. Windows color (decimal): -8171300 or 14438531. OLE color: 14438531.

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

Color convert

RGB13180220-
CMYK0.400.6400.14
HSL261.86º66.67%58.82%-
HSV(B)261.86º63.64%86.27%-
XYZ25.1515.7369.42-
YUV111.21189.4142.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 220 (86.33% from 255) = 51.04%
R=30.39%
G=18.56%
B=51.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131802200.400.6400.14261.8666.6758.82
Hex8350DC28400E106433b
Octal2031203345010001640610373
Binary100000111010000110111001010001000000011101000001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8350dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8350dc; }

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

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

<style>
 a { background-color: #8350dc; }

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

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

<style>
 span { border-color: #8350dc; }

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

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