#8565BE

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

Shades of True V #8565BE

Tints of True V #8565BE

Color information

#8565BE (or 0x8565BE) is unknown color: approx True V. HEX triplet: 85, 65 and BE. RGB value is (133,101,190). Sum of RGB (Red+Green+Blue) = 133+101+190=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #8565BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565BE is #7A9A41. Grayscale: #787878. Windows color (decimal): -8034882 or 12477829. OLE color: 12477829.

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

Color convert

RGB133101190-
CMYK0.30.4700.25
HSL261.57º40.64%57.06%-
HSV(B)261.57º46.84%74.51%-
XYZ23.6218.0150.95-
YUV120.71167.1136.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=31.37%
G=23.82%
B=44.81%

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
Decimal1331011900.30.4700.25261.5740.6457.06
Hex8565BE1E2F0191062939
Octal20514527636570314065171
Binary1000010111001011011111011110101111011001100000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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