#8661BF

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

Shades of True V #8661BF

Tints of True V #8661BF

Color information

#8661BF (or 0x8661BF) is unknown color: approx True V. HEX triplet: 86, 61 and BF. RGB value is (134,97,191). Sum of RGB (Red+Green+Blue) = 134+97+191=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #8661BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8661BF is #799E40. Grayscale: #767676. Windows color (decimal): -7970369 or 12542342. OLE color: 12542342.

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

Color convert

RGB13497191-
CMYK0.300.4900.25
HSL263.62º42.34%56.47%-
HSV(B)263.62º49.21%74.9%-
XYZ23.5117.3851.41-
YUV118.78168.76138.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 191 (75% from 255) = 45.26%
R=31.75%
G=22.99%
B=45.26%

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
Decimal134971910.300.4900.25263.6242.3456.47
Hex8661BF1E310191082a38
Octal20614127736610314105270
Binary1000011011000011011111111110110001011001100001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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