#8561BE

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

Shades of True V #8561BE

Tints of True V #8561BE

Color information

#8561BE (or 0x8561BE) is unknown color: approx True V. HEX triplet: 85, 61 and BE. RGB value is (133,97,190). Sum of RGB (Red+Green+Blue) = 133+97+190=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #8561BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8561BE is #7A9E41. Grayscale: #767676. Windows color (decimal): -8035906 or 12476805. OLE color: 12476805.

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

Color convert

RGB13397190-
CMYK0.30.4900.25
HSL263.23º41.7%56.27%-
HSV(B)263.23º48.95%74.51%-
XYZ23.2417.2550.82-
YUV118.37168.43138.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.67%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=31.67%
G=23.10%
B=45.24%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133971900.30.4900.25263.2341.756.27
Hex8561BE1E310191072a38
Octal20514127636610314075270
Binary1000010111000011011111011110110001011001100000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8561BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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