#8564BE

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

Shades of True V #8564BE

Tints of True V #8564BE

Color information

#8564BE (or 0x8564BE) is unknown color: approx True V. HEX triplet: 85, 64 and BE. RGB value is (133,100,190). Sum of RGB (Red+Green+Blue) = 133+100+190=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #8564BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564BE is #7A9B41. Grayscale: #777777. Windows color (decimal): -8035138 or 12477573. OLE color: 12477573.

HSL color Cylindrical-coordinate representation of color #8564BE: hue angle of 262º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8564BE is Cyan = 0.3, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133100190-
CMYK0.30.4700.25
HSL262º40.91%56.86%-
HSV(B)262º47.37%74.51%-
XYZ23.5217.8250.91-
YUV120.13167.43137.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=31.44%
G=23.64%
B=44.92%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331001900.30.4700.2526240.9156.86
Hex8564BE1E2F0191062939
Octal20514427636570314065171
Binary1000010111001001011111011110101111011001100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8564BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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