#8D71BF

Color #8D71BF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8D71BF

Tints of True V #8D71BF

Color information

#8D71BF (or 0x8D71BF) is unknown color: approx True V. HEX triplet: 8D, 71 and BF. RGB value is (141,113,191). Sum of RGB (Red+Green+Blue) = 141+113+191=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71BF is #728E40. Grayscale: #818181. Windows color (decimal): -7507521 or 12546445. OLE color: 12546445.

HSL color Cylindrical-coordinate representation of color #8D71BF: hue angle of 261.54º 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 #8D71BF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141113191-
CMYK0.260.4100.25
HSL261.54º37.86%59.61%-
HSV(B)261.54º40.84%74.9%-
XYZ26.2921.2352-
YUV130.26162.28135.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 191 (75% from 255) = 42.92%
R=31.69%
G=25.39%
B=42.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411131910.260.4100.25261.5437.8659.61
Hex8D71BF1A29019106263c
Octal21516127732510314064674
Binary1000110111100011011111111010101001011001100000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D71BF;
 }
 .AnyTagClassName
 {
   color: #8D71BF;
 }
</style>
background-color css

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

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

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

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

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

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