Html Css Color HEX #8356DD Medium Purple

📋 copy color: '#8356DD'

red 131 ◦ green 86 ◦ blue 221

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

Shades of Medium Purple #8356DD

Tints of Medium Purple #8356DD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 29.91%
G = 19.63%
B = 50.46%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8356DD (or 0x8356DD) is known color: Medium Purple. HEX triplet: 83, 56 and DD. RGB value is (131,86,221). Sum of RGB (Red+Green+Blue) = 131+86+221=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #8356DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8356DD is #7CA922. Grayscale: #727272. Windows color (decimal): -8169763 or 14505603. OLE color: 14505603.

HSL color Cylindrical-coordinate representation of color #8356DD: hue angle of 260º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8356DD is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 86 221 -
CMYK 0.41 0.61 0 0.13
HSL 260º 0.67% 0.6% -
HSV(B) 260º 0.61% 0.87% -
XYZ 25.74 16.7 70.27 -
YUV 114.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 131 86 221 0.41 0.61 0 0.13 260 0.67 0.6
Hex 83 56 DD 29 3D 0 D 104 43 3C
Octal 203 126 335 51 75 0 15 404 103 74
Binary 10000011 1010110 11011101 101001 111101 0 1101 100000100 1000011 111100

Color Harmonies of #8356DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356DD

Black with #8356DD

Text Example


Text Example

White with #8356DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8356DD; }

 p { color: rgb(131,86,221); }

 H1.HeaderClassName
 {
   color: #8356DD;
 }
 .AnyTagClassName
 {
   color: #8356DD;
 }
</style>

background-color css

<style>
 a { background-color: #8356DD; }

 a { background-color: rgb(131,86,221); }

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

border-color css

<style>
 span { border-color: #8356DD; }

 span { border-color: rgb(131,86,221); }

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