#8a6fbf

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

Shades of True V #8A6FBF

Tints of True V #8A6FBF

Color information

#8A6FBF (or 0x8A6FBF) is unknown color: approx True V. HEX triplet: 8A, 6F and BF. RGB value is (138,111,191). Sum of RGB (Red+Green+Blue) = 138+111+191=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A6FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FBF is #759040. Grayscale: #7F7F7F. Windows color (decimal): -7704641 or 12545930. OLE color: 12545930.

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

Color convert

RGB138111191-
CMYK0.280.4200.25
HSL260.25º38.46%59.22%-
HSV(B)260.25º41.88%74.9%-
XYZ25.5720.5351.91-
YUV128.19163.45135-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 191 (75% from 255) = 43.41%
R=31.36%
G=25.23%
B=43.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381111910.280.4200.25260.2538.4659.22
Hex8A6FBF1C2A019104263b
Octal21215727734520314044673
Binary1000101011011111011111111100101010011001100000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a6fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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