#8666BA

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

Shades of True V #8666BA

Tints of True V #8666BA

Color information

#8666BA (or 0x8666BA) is unknown color: approx True V. HEX triplet: 86, 66 and BA. RGB value is (134,102,186). Sum of RGB (Red+Green+Blue) = 134+102+186=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #8666BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666BA is #799945. Grayscale: #787878. Windows color (decimal): -7969094 or 12215942. OLE color: 12215942.

HSL color Cylindrical-coordinate representation of color #8666BA: hue angle of 262.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8666BA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134102186-
CMYK0.280.4500.27
HSL262.86º37.84%56.47%-
HSV(B)262.86º45.16%72.94%-
XYZ23.4518.1248.72-
YUV121.14164.6137.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=31.75%
G=24.17%
B=44.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341021860.280.4500.27262.8637.8456.47
Hex8666BA1C2D01B1072638
Octal20614627234550334074670
Binary1000011011001101011101011100101101011011100000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666BA; }

 p { color: rgb(134,102,186); }

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

<style>
 a { background-color: #8666BA; }

 a { background-color: rgb(134,102,186); }

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

<style>
 span { border-color: #8666BA; }

 span { border-color: rgb(134,102,186); }

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