#8360d6

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

Shades of Medium Purple #8360D6

Tints of Medium Purple #8360D6

Color information

#8360D6 (or 0x8360D6) is unknown color: approx Medium Purple. HEX triplet: 83, 60 and D6. RGB value is (131,96,214). Sum of RGB (Red+Green+Blue) = 131+96+214=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #8360D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360D6 is #7C9F29. Grayscale: #777777. Windows color (decimal): -8167210 or 14049411. OLE color: 14049411.

HSL color Cylindrical-coordinate representation of color #8360D6: hue angle of 257.8º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8360D6 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13196214-
CMYK0.390.5500.16
HSL257.8º59%60.78%-
HSV(B)257.8º55.14%83.92%-
XYZ25.6818.0565.75-
YUV119.92181.1135.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 214 (83.98% from 255) = 48.53%
R=29.71%
G=21.77%
B=48.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131962140.390.5500.16257.85960.78
Hex8360D627370101023b3d
Octal20314032647670204027375
Binary10000011110000011010110100111110111010000100000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8360d6; }

 p { color: rgb(131,96,214); }

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

<style>
 a { background-color: #8360d6; }

 a { background-color: rgb(131,96,214); }

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

<style>
 span { border-color: #8360d6; }

 span { border-color: rgb(131,96,214); }

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