Html Css Color HEX #8357DB Medium Purple

📋 copy color: '#8357DB'

red 131 ◦ green 87 ◦ blue 219

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

Shades of Medium Purple #8357DB

Tints of Medium Purple #8357DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.91%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 29.98%
G = 19.91%
B = 50.11%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8357DB (or 0x8357DB) is known color: Medium Purple. HEX triplet: 83, 57 and DB. RGB value is (131,87,219). Sum of RGB (Red+Green+Blue) = 131+87+219=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8357DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8357DB is #7CA824. Grayscale: #727272. Windows color (decimal): -8169509 or 14374787. OLE color: 14374787.

HSL color Cylindrical-coordinate representation of color #8357DB: hue angle of 260º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8357DB is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 87 219 -
CMYK 0.40 0.60 0 0.14
HSL 260º 0.65% 0.6% -
HSV(B) 260º 0.6% 0.86% -
XYZ 25.55 16.76 68.91 -
YUV 115.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 131 87 219 0.40 0.60 0 0.14 260 0.65 0.6
Hex 83 57 DB 28 3C 0 E 104 41 3C
Octal 203 127 333 50 74 0 16 404 101 74
Binary 10000011 1010111 11011011 101000 111100 0 1110 100000100 1000001 111100

Color Harmonies of #8357DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8357DB

Black with #8357DB

Text Example


Text Example

White with #8357DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8357DB; }

 p { color: rgb(131,87,219); }

 H1.HeaderClassName
 {
   color: #8357DB;
 }
 .AnyTagClassName
 {
   color: #8357DB;
 }
</style>

background-color css

<style>
 a { background-color: #8357DB; }

 a { background-color: rgb(131,87,219); }

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

border-color css

<style>
 span { border-color: #8357DB; }

 span { border-color: rgb(131,87,219); }

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