#8360D4

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

Shades of Medium Purple #8360D4

Tints of Medium Purple #8360D4

Color information

#8360D4 (or 0x8360D4) is unknown color: approx Medium Purple. HEX triplet: 83, 60 and D4. RGB value is (131,96,212). Sum of RGB (Red+Green+Blue) = 131+96+212=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 212 (83.20% from 255 or 48.29% from 439); Max value from RGB is 212 - color contains mainly: blue. Hex color #8360D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360D4 is #7C9F2B. Grayscale: #777777. Windows color (decimal): -8167212 or 13918339. OLE color: 13918339.

HSL color Cylindrical-coordinate representation of color #8360D4: hue angle of 258.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8360D4 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13196212-
CMYK0.380.5500.17
HSL258.1º57.43%60.39%-
HSV(B)258.1º54.72%83.14%-
XYZ25.4317.9464.41-
YUV119.69180.1136.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.84%
GREEN value IS 96 (37.89% from 255) = 21.87%
BLUE value IS 212 (83.20% from 255) = 48.29%
R=29.84%
G=21.87%
B=48.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131962120.380.5500.17258.157.4360.39
Hex8360D42637011102393c
Octal20314032446670214027174
Binary10000011110000011010100100110110111010001100000010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8360D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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