#8A6BBF

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

Shades of True V #8A6BBF

Tints of True V #8A6BBF

Color information

#8A6BBF (or 0x8A6BBF) is unknown color: approx True V. HEX triplet: 8A, 6B and BF. RGB value is (138,107,191). Sum of RGB (Red+Green+Blue) = 138+107+191=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A6BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6BBF is #759440. Grayscale: #7D7D7D. Windows color (decimal): -7705665 or 12544906. OLE color: 12544906.

HSL color Cylindrical-coordinate representation of color #8A6BBF: hue angle of 262.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A6BBF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB138107191-
CMYK0.280.4400.25
HSL262.14º39.62%58.43%-
HSV(B)262.14º43.98%74.9%-
XYZ25.1419.6851.76-
YUV125.84164.77136.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 191 (75% from 255) = 43.81%
R=31.65%
G=24.54%
B=43.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381071910.280.4400.25262.1439.6258.43
Hex8A6BBF1C2C019106283a
Octal21215327734540314065072
Binary1000101011010111011111111100101100011001100000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6BBF; }

 p { color: rgb(138,107,191); }

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

<style>
 a { background-color: #8A6BBF; }

 a { background-color: rgb(138,107,191); }

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

<style>
 span { border-color: #8A6BBF; }

 span { border-color: rgb(138,107,191); }

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