#8D71BE

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

Shades of True V #8D71BE

Tints of True V #8D71BE

Color information

#8D71BE (or 0x8D71BE) is unknown color: approx True V. HEX triplet: 8D, 71 and BE. RGB value is (141,113,190). Sum of RGB (Red+Green+Blue) = 141+113+190=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71BE is #728E41. Grayscale: #818181. Windows color (decimal): -7507522 or 12480909. OLE color: 12480909.

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

Color convert

RGB141113190-
CMYK0.260.4100.25
HSL261.82º37.2%59.41%-
HSV(B)261.82º40.53%74.51%-
XYZ26.1821.1951.43-
YUV130.15161.78135.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=31.76%
G=25.45%
B=42.79%

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
Decimal1411131900.260.4100.25261.8237.259.41
Hex8D71BE1A29019106253b
Octal21516127632510314064573
Binary1000110111100011011111011010101001011001100000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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