Html Css Color HEX #8871BA True V

📋 copy color: '#8871BA'

red 136 ◦ green 113 ◦ blue 186

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

Shades of True V #8871BA

Tints of True V #8871BA

RGB

 RED value IS 136 (53.52% from 255) = 31.26%

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

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

R = 31.26%
G = 25.98%
B = 42.76%

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

#8871BA (or 0x8871BA) is known color: True V. HEX triplet: 88, 71 and BA. RGB value is (136,113,186). Sum of RGB (Red+Green+Blue) = 136+113+186=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #8871BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8871BA is #778E45. Grayscale: #7F7F7F. Windows color (decimal): -7835206 or 12218760. OLE color: 12218760.

HSL color Cylindrical-coordinate representation of color #8871BA: hue angle of 258.9º 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 #8871BA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 113 186 -
CMYK 0.27 0.39 0 0.27
HSL 258.9º 0.35% 0.59% -
HSV(B) 258.9º 0.39% 0.73% -
XYZ 24.92 20.59 49.12 -
YUV 128.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 136 113 186 0.27 0.39 0 0.27 258.9 0.35 0.59
Hex 88 71 BA 1B 27 0 1B 103 23 3B
Octal 210 161 272 33 47 0 33 403 43 73
Binary 10001000 1110001 10111010 11011 100111 0 11011 100000011 100011 111011

Color Harmonies of #8871BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8871BA

Black with #8871BA

Text Example


Text Example

White with #8871BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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