#8561BF

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

Shades of True V #8561BF

Tints of True V #8561BF

Color information

#8561BF (or 0x8561BF) is unknown color: approx True V. HEX triplet: 85, 61 and BF. RGB value is (133,97,191). Sum of RGB (Red+Green+Blue) = 133+97+191=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #8561BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561BF is #7A9E40. Grayscale: #767676. Windows color (decimal): -8035905 or 12542341. OLE color: 12542341.

HSL color Cylindrical-coordinate representation of color #8561BF: hue angle of 262.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8561BF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13397191-
CMYK0.300.4900.25
HSL262.98º42.34%56.47%-
HSV(B)262.98º49.21%74.9%-
XYZ23.3517.351.4-
YUV118.48168.93138.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 191 (75% from 255) = 45.37%
R=31.59%
G=23.04%
B=45.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133971910.300.4900.25262.9842.3456.47
Hex8561BF1E310191072a38
Octal20514127736610314075270
Binary1000010111000011011111111110110001011001100000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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