Html Css Color HEX #8365D6 Medium Purple

📋 copy color: '#8365D6'

red 131 ◦ green 101 ◦ blue 214

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

Shades of Medium Purple #8365D6

Tints of Medium Purple #8365D6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.65%

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 29.37%
G = 22.65%
B = 47.98%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8365D6 (or 0x8365D6) is known color: Medium Purple. HEX triplet: 83, 65 and D6. RGB value is (131,101,214). Sum of RGB (Red+Green+Blue) = 131+101+214=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #8365D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8365D6 is #7C9A29. Grayscale: #7A7A7A. Windows color (decimal): -8165930 or 14050691. OLE color: 14050691.

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

Color convert

RGB 131 101 214 -
CMYK 0.39 0.53 0 0.16
HSL 255.93º 0.58% 0.62% -
HSV(B) 255.93º 0.53% 0.84% -
XYZ 26.15 18.99 65.9 -
YUV 122.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 131 101 214 0.39 0.53 0 0.16 255.93 0.58 0.62
Hex 83 65 D6 27 35 0 10 100 3A 3E
Octal 203 145 326 47 65 0 20 400 72 76
Binary 10000011 1100101 11010110 100111 110101 0 10000 100000000 111010 111110

Color Harmonies of #8365D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8365D6

Black with #8365D6

Text Example


Text Example

White with #8365D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8365D6; }

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

 H1.HeaderClassName
 {
   color: #8365D6;
 }
 .AnyTagClassName
 {
   color: #8365D6;
 }
</style>

background-color css

<style>
 a { background-color: #8365D6; }

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

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

border-color css

<style>
 span { border-color: #8365D6; }

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

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