#8667BA

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

Shades of True V #8667BA

Tints of True V #8667BA

Color information

#8667BA (or 0x8667BA) is unknown color: approx True V. HEX triplet: 86, 67 and BA. RGB value is (134,103,186). Sum of RGB (Red+Green+Blue) = 134+103+186=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #8667BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8667BA is #799845. Grayscale: #797979. Windows color (decimal): -7968838 or 12216198. OLE color: 12216198.

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

Color convert

RGB134103186-
CMYK0.280.4500.27
HSL262.41º37.56%56.67%-
HSV(B)262.41º44.62%72.94%-
XYZ23.5418.3148.75-
YUV121.73164.27136.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 103 (40.62% from 255) = 24.35%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=31.68%
G=24.35%
B=43.97%

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
Decimal1341031860.280.4500.27262.4137.5656.67
Hex8667BA1C2D01B1062639
Octal20614727234550334064671
Binary1000011011001111011101011100101101011011100000110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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