Html Css Color HEX #8771DC Medium Purple

📋 copy color: '#8771DC'

red 135 ◦ green 113 ◦ blue 220

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

Shades of Medium Purple #8771DC

Tints of Medium Purple #8771DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 28.85%
G = 24.15%
B = 47.01%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8771DC (or 0x8771DC) is known color: Medium Purple. HEX triplet: 87, 71 and DC. RGB value is (135,113,220). Sum of RGB (Red+Green+Blue) = 135+113+220=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #8771DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771DC is #788E23. Grayscale: #838383. Windows color (decimal): -7900708 or 14446983. OLE color: 14446983.

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

Color convert

RGB 135 113 220 -
CMYK 0.39 0.49 0 0.14
HSL 252.34º 0.6% 0.65% -
HSV(B) 252.34º 0.49% 0.86% -
XYZ 28.82 22.13 70.46 -
YUV 131.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 135 113 220 0.39 0.49 0 0.14 252.34 0.6 0.65
Hex 87 71 DC 27 31 0 E FC 3C 41
Octal 207 161 334 47 61 0 16 374 74 101
Binary 10000111 1110001 11011100 100111 110001 0 1110 11111100 111100 1000001

Color Harmonies of #8771DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771DC

Black with #8771DC

Text Example


Text Example

White with #8771DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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