#8571BF

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

Shades of True V #8571BF

Tints of True V #8571BF

Color information

#8571BF (or 0x8571BF) is unknown color: approx True V. HEX triplet: 85, 71 and BF. RGB value is (133,113,191). Sum of RGB (Red+Green+Blue) = 133+113+191=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #8571BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8571BF is #7A8E40. Grayscale: #7F7F7F. Windows color (decimal): -8031809 or 12546437. OLE color: 12546437.

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

Color convert

RGB133113191-
CMYK0.300.4100.25
HSL255.38º37.86%59.61%-
HSV(B)255.38º40.84%74.9%-
XYZ24.9820.5651.94-
YUV127.87163.63131.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 191 (75% from 255) = 43.71%
R=30.43%
G=25.86%
B=43.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331131910.300.4100.25255.3837.8659.61
Hex8571BF1E29019ff263c
Octal20516127736510313774674
Binary100001011110001101111111111010100101100111111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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