Html Css Color HEX #8571DF Medium Purple

📋 copy color: '#8571DF'

red 133 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #8571DF

Tints of Medium Purple #8571DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 28.36%
G = 24.09%
B = 47.55%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8571DF (or 0x8571DF) is known color: Medium Purple. HEX triplet: 85, 71 and DF. RGB value is (133,113,223). Sum of RGB (Red+Green+Blue) = 133+113+223=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #8571DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571DF is #7A8E20. Grayscale: #838383. Windows color (decimal): -8031777 or 14643589. OLE color: 14643589.

HSL color Cylindrical-coordinate representation of color #8571DF: hue angle of 250.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8571DF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 113 223 -
CMYK 0.40 0.49 0 0.13
HSL 250.91º 0.63% 0.66% -
HSV(B) 250.91º 0.49% 0.87% -
XYZ 28.9 22.12 72.56 -
YUV 131.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 133 113 223 0.40 0.49 0 0.13 250.91 0.63 0.66
Hex 85 71 DF 28 31 0 D FB 3F 42
Octal 205 161 337 50 61 0 15 373 77 102
Binary 10000101 1110001 11011111 101000 110001 0 1101 11111011 111111 1000010

Color Harmonies of #8571DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8571DF

Black with #8571DF

Text Example


Text Example

White with #8571DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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