Html Css Color HEX #8771DD Medium Purple

📋 copy color: '#8771DD'

red 135 ◦ green 113 ◦ blue 221

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

Shades of Medium Purple #8771DD

Tints of Medium Purple #8771DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 28.78%
G = 24.09%
B = 47.12%

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

#8771DD (or 0x8771DD) is known color: Medium Purple. HEX triplet: 87, 71 and DD. RGB value is (135,113,221). Sum of RGB (Red+Green+Blue) = 135+113+221=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8771DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771DD is #788E22. Grayscale: #838383. Windows color (decimal): -7900707 or 14512519. OLE color: 14512519.

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

Color convert

RGB 135 113 221 -
CMYK 0.39 0.49 0 0.13
HSL 252.22º 0.61% 0.65% -
HSV(B) 252.22º 0.49% 0.87% -
XYZ 28.95 22.18 71.16 -
YUV 131.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 135 113 221 0.39 0.49 0 0.13 252.22 0.61 0.65
Hex 87 71 DD 27 31 0 D FC 3D 41
Octal 207 161 335 47 61 0 15 374 75 101
Binary 10000111 1110001 11011101 100111 110001 0 1101 11111100 111101 1000001

Color Harmonies of #8771DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771DD

Black with #8771DD

Text Example


Text Example

White with #8771DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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