#8669BA

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

Shades of True V #8669BA

Tints of True V #8669BA

Color information

#8669BA (or 0x8669BA) is unknown color: approx True V. HEX triplet: 86, 69 and BA. RGB value is (134,105,186). Sum of RGB (Red+Green+Blue) = 134+105+186=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #8669BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8669BA is #799645. Grayscale: #7A7A7A. Windows color (decimal): -7968326 or 12216710. OLE color: 12216710.

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

Color convert

RGB134105186-
CMYK0.280.4400.27
HSL261.48º36.99%57.06%-
HSV(B)261.48º43.55%72.94%-
XYZ23.7518.7248.82-
YUV122.9163.61135.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=31.53%
G=24.71%
B=43.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341051860.280.4400.27261.4836.9957.06
Hex8669BA1C2C01B1052539
Octal20615127234540334054571
Binary1000011011010011011101011100101100011011100000101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8669BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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