Html Css Color HEX #8771BA True V

📋 copy color: '#8771BA'

red 135 ◦ green 113 ◦ blue 186

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

Shades of True V #8771BA

Tints of True V #8771BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 31.11%
G = 26.04%
B = 42.86%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8771BA (or 0x8771BA) is known color: True V. HEX triplet: 87, 71 and BA. RGB value is (135,113,186). Sum of RGB (Red+Green+Blue) = 135+113+186=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #8771BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771BA is #788E45. Grayscale: #7F7F7F. Windows color (decimal): -7900742 or 12218759. OLE color: 12218759.

HSL color Cylindrical-coordinate representation of color #8771BA: hue angle of 258.08º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8771BA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 113 186 -
CMYK 0.27 0.39 0 0.27
HSL 258.08º 0.35% 0.59% -
HSV(B) 258.08º 0.39% 0.73% -
XYZ 24.76 20.51 49.11 -
YUV 127.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 135 113 186 0.27 0.39 0 0.27 258.08 0.35 0.59
Hex 87 71 BA 1B 27 0 1B 102 23 3B
Octal 207 161 272 33 47 0 33 402 43 73
Binary 10000111 1110001 10111010 11011 100111 0 11011 100000010 100011 111011

Color Harmonies of #8771BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8771BA

Black with #8771BA

Text Example


Text Example

White with #8771BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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