#8565bf

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

Shades of True V #8565BF

Tints of True V #8565BF

Color information

#8565BF (or 0x8565BF) is unknown color: approx True V. HEX triplet: 85, 65 and BF. RGB value is (133,101,191). Sum of RGB (Red+Green+Blue) = 133+101+191=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8565BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8565BF is #7A9A40. Grayscale: #787878. Windows color (decimal): -8034881 or 12543365. OLE color: 12543365.

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

Color convert

RGB133101191-
CMYK0.300.4700.25
HSL261.33º41.28%57.25%-
HSV(B)261.33º47.12%74.9%-
XYZ23.7318.0651.52-
YUV120.83167.6136.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 191 (75% from 255) = 44.94%
R=31.29%
G=23.76%
B=44.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331011910.300.4700.25261.3341.2857.25
Hex8565BF1E2F0191052939
Octal20514527736570314055171
Binary1000010111001011011111111110101111011001100000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8565bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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