#8A71BE

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

Shades of True V #8A71BE

Tints of True V #8A71BE

Color information

#8A71BE (or 0x8A71BE) is unknown color: approx True V. HEX triplet: 8A, 71 and BE. RGB value is (138,113,190). Sum of RGB (Red+Green+Blue) = 138+113+190=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71BE is #758E41. Grayscale: #808080. Windows color (decimal): -7704130 or 12480906. OLE color: 12480906.

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

Color convert

RGB138113190-
CMYK0.270.4100.25
HSL259.48º37.2%59.41%-
HSV(B)259.48º40.53%74.51%-
XYZ25.6820.9351.4-
YUV129.25162.28134.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.29%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=31.29%
G=25.62%
B=43.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381131900.270.4100.25259.4837.259.41
Hex8A71BE1B29019103253b
Octal21216127633510314034573
Binary1000101011100011011111011011101001011001100000011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A71BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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