#8B6FBA

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

Shades of True V #8B6FBA

Tints of True V #8B6FBA

Color information

#8B6FBA (or 0x8B6FBA) is unknown color: approx True V. HEX triplet: 8B, 6F and BA. RGB value is (139,111,186). Sum of RGB (Red+Green+Blue) = 139+111+186=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FBA is #749045. Grayscale: #7F7F7F. Windows color (decimal): -7639110 or 12218251. OLE color: 12218251.

HSL color Cylindrical-coordinate representation of color #8B6FBA: hue angle of 262.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6FBA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139111186-
CMYK0.250.4000.27
HSL262.4º35.21%58.24%-
HSV(B)262.4º40.32%72.94%-
XYZ25.1920.449.06-
YUV127.92160.78135.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=31.88%
G=25.46%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391111860.250.4000.27262.435.2158.24
Hex8B6FBA192801B106233a
Octal21315727231500334064372
Binary1000101111011111011101011001101000011011100000110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,186); }

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

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

 a { background-color: rgb(139,111,186); }

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

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

 span { border-color: rgb(139,111,186); }

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