#8571BE

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

Shades of True V #8571BE

Tints of True V #8571BE

Color information

#8571BE (or 0x8571BE) is unknown color: approx True V. HEX triplet: 85, 71 and BE. RGB value is (133,113,190). Sum of RGB (Red+Green+Blue) = 133+113+190=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #8571BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571BE is #7A8E41. Grayscale: #7F7F7F. Windows color (decimal): -8031810 or 12480901. OLE color: 12480901.

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

Color convert

RGB133113190-
CMYK0.30.4100.25
HSL255.58º37.2%59.41%-
HSV(B)255.58º40.53%74.51%-
XYZ24.8720.5151.36-
YUV127.76163.13131.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.50%
GREEN value IS 113 (44.53% from 255) = 25.92%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=30.50%
G=25.92%
B=43.58%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331131900.30.4100.25255.5837.259.41
Hex8571BE1E29019100253b
Octal20516127636510314004573
Binary1000010111100011011111011110101001011001100000000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8571BE; }

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

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

<style>
 a { background-color: #8571BE; }

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

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

<style>
 span { border-color: #8571BE; }

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

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