Html Css Color HEX #8C71BF True V

📋 copy color: '#8C71BF'

red 140 ◦ green 113 ◦ blue 191

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

Shades of True V #8C71BF

Tints of True V #8C71BF

RGB

 RED value IS 140 (55.08% from 255) = 31.53%

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

 BLUE value IS 191 (75% from 255) = 43.02%

R = 31.53%
G = 25.45%
B = 43.02%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C71BF (or 0x8C71BF) is known color: True V. HEX triplet: 8C, 71 and BF. RGB value is (140,113,191). Sum of RGB (Red+Green+Blue) = 140+113+191=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C71BF is #738E40. Grayscale: #818181. Windows color (decimal): -7573057 or 12546444. OLE color: 12546444.

HSL color Cylindrical-coordinate representation of color #8C71BF: hue angle of 260.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C71BF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 113 191 -
CMYK 0.27 0.41 0 0.25
HSL 260.77º 0.38% 0.6% -
HSV(B) 260.77º 0.41% 0.75% -
XYZ 26.12 21.15 52 -
YUV 129.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 140 113 191 0.27 0.41 0 0.25 260.77 0.38 0.6
Hex 8C 71 BF 1B 29 0 19 105 26 3C
Octal 214 161 277 33 51 0 31 405 46 74
Binary 10001100 1110001 10111111 11011 101001 0 11001 100000101 100110 111100

Color Harmonies of #8C71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71BF

Black with #8C71BF

Text Example


Text Example

White with #8C71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C71BF; }

 p { color: rgb(140,113,191); }

 H1.HeaderClassName
 {
   color: #8C71BF;
 }
 .AnyTagClassName
 {
   color: #8C71BF;
 }
</style>

background-color css

<style>
 a { background-color: #8C71BF; }

 a { background-color: rgb(140,113,191); }

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

border-color css

<style>
 span { border-color: #8C71BF; }

 span { border-color: rgb(140,113,191); }

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