Html Css Color HEX #8371DB Medium Purple

📋 copy color: '#8371DB'

red 131 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #8371DB

Tints of Medium Purple #8371DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.41%

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

R = 28.29%
G = 24.41%
B = 47.3%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8371DB (or 0x8371DB) is known color: Medium Purple. HEX triplet: 83, 71 and DB. RGB value is (131,113,219). Sum of RGB (Red+Green+Blue) = 131+113+219=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8371DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371DB is #7C8E24. Grayscale: #828282. Windows color (decimal): -8162853 or 14381443. OLE color: 14381443.

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

Color convert

RGB 131 113 219 -
CMYK 0.40 0.48 0 0.14
HSL 250.19º 0.6% 0.65% -
HSV(B) 250.19º 0.48% 0.86% -
XYZ 28.05 21.75 69.74 -
YUV 130.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 131 113 219 0.40 0.48 0 0.14 250.19 0.6 0.65
Hex 83 71 DB 28 30 0 E FA 3C 41
Octal 203 161 333 50 60 0 16 372 74 101
Binary 10000011 1110001 11011011 101000 110000 0 1110 11111010 111100 1000001

Color Harmonies of #8371DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371DB

Black with #8371DB

Text Example


Text Example

White with #8371DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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