Html Css Color HEX #8360DC Medium Purple

📋 copy color: '#8360DC'

red 131 ◦ green 96 ◦ blue 220

#8360DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8360DC

Tints of Medium Purple #8360DC

RGB

 RED value IS 131 (51.56% from 255) = 29.31%

 GREEN value IS 96 (37.89% from 255) = 21.48%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 29.31%
G = 21.48%
B = 49.22%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8360DC (or 0x8360DC) is known color: Medium Purple. HEX triplet: 83, 60 and DC. RGB value is (131,96,220). Sum of RGB (Red+Green+Blue) = 131+96+220=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8360DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360DC is #7C9F23. Grayscale: #787878. Windows color (decimal): -8167204 or 14442627. OLE color: 14442627.

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

Color convert

RGB 131 96 220 -
CMYK 0.40 0.56 0 0.14
HSL 256.94º 0.64% 0.62% -
HSV(B) 256.94º 0.56% 0.86% -
XYZ 26.46 18.36 69.86 -
YUV 120.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 131 96 220 0.40 0.56 0 0.14 256.94 0.64 0.62
Hex 83 60 DC 28 38 0 E 101 40 3E
Octal 203 140 334 50 70 0 16 401 100 76
Binary 10000011 1100000 11011100 101000 111000 0 1110 100000001 1000000 111110

Color Harmonies of #8360DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360DC

Black with #8360DC

Text Example


Text Example

White with #8360DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8360DC;
 }
 .AnyTagClassName
 {
   color: #8360DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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