Html Css Color HEX #8771DF Medium Purple

📋 copy color: '#8771DF'

red 135 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #8771DF

Tints of Medium Purple #8771DF

RGB

 RED value IS 135 (53.13% from 255) = 28.66%

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

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

R = 28.66%
G = 23.99%
B = 47.35%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8771DF (or 0x8771DF) is known color: Medium Purple. HEX triplet: 87, 71 and DF. RGB value is (135,113,223). Sum of RGB (Red+Green+Blue) = 135+113+223=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8771DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771DF is #788E20. Grayscale: #838383. Windows color (decimal): -7900705 or 14643591. OLE color: 14643591.

HSL color Cylindrical-coordinate representation of color #8771DF: hue angle of 252º 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 #8771DF is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 113 223 -
CMYK 0.39 0.49 0 0.13
HSL 252º 0.63% 0.66% -
HSV(B) 252º 0.49% 0.87% -
XYZ 29.22 22.29 72.57 -
YUV 132.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 135 113 223 0.39 0.49 0 0.13 252 0.63 0.66
Hex 87 71 DF 27 31 0 D FC 3F 42
Octal 207 161 337 47 61 0 15 374 77 102
Binary 10000111 1110001 11011111 100111 110001 0 1101 11111100 111111 1000010

Color Harmonies of #8771DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771DF

Black with #8771DF

Text Example


Text Example

White with #8771DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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