Html Css Color HEX #8571DB Medium Purple

📋 copy color: '#8571DB'

red 133 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #8571DB

Tints of Medium Purple #8571DB

RGB

 RED value IS 133 (52.34% from 255) = 28.6%

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

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

R = 28.6%
G = 24.3%
B = 47.1%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8571DB (or 0x8571DB) is known color: Medium Purple. HEX triplet: 85, 71 and DB. RGB value is (133,113,219). Sum of RGB (Red+Green+Blue) = 133+113+219=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8571DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571DB is #7A8E24. Grayscale: #828282. Windows color (decimal): -8031781 or 14381445. OLE color: 14381445.

HSL color Cylindrical-coordinate representation of color #8571DB: hue angle of 251.32º 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 #8571DB is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 113 219 -
CMYK 0.39 0.48 0 0.14
HSL 251.32º 0.6% 0.65% -
HSV(B) 251.32º 0.48% 0.86% -
XYZ 28.36 21.91 69.75 -
YUV 131.06 177.63 129.38 -
System Red Green Blue C M Y K H S L
Decimal 133 113 219 0.39 0.48 0 0.14 251.32 0.6 0.65
Hex 85 71 DB 27 30 0 E FB 3C 41
Octal 205 161 333 47 60 0 16 373 74 101
Binary 10000101 1110001 11011011 100111 110000 0 1110 11111011 111100 1000001

Color Harmonies of #8571DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8571DB

Black with #8571DB

Text Example


Text Example

White with #8571DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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