#8363D4

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

Shades of Medium Purple #8363D4

Tints of Medium Purple #8363D4

Color information

#8363D4 (or 0x8363D4) is unknown color: approx Medium Purple. HEX triplet: 83, 63 and D4. RGB value is (131,99,212). Sum of RGB (Red+Green+Blue) = 131+99+212=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #8363D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8363D4 is #7C9C2B. Grayscale: #797979. Windows color (decimal): -8166444 or 13919107. OLE color: 13919107.

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

Color convert

RGB13199212-
CMYK0.380.5300.17
HSL256.99º56.78%60.98%-
HSV(B)256.99º53.3%83.14%-
XYZ25.7118.564.5-
YUV121.45179.1134.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 212 (83.20% from 255) = 47.96%
R=29.64%
G=22.40%
B=47.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131992120.380.5300.17256.9956.7860.98
Hex8363D42635011101393d
Octal20314332446650214017175
Binary10000011110001111010100100110110101010001100000001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8363D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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