#8B6FBE

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

Shades of True V #8B6FBE

Tints of True V #8B6FBE

Color information

#8B6FBE (or 0x8B6FBE) is unknown color: approx True V. HEX triplet: 8B, 6F and BE. RGB value is (139,111,190). Sum of RGB (Red+Green+Blue) = 139+111+190=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B6FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FBE is #749041. Grayscale: #808080. Windows color (decimal): -7639106 or 12480395. OLE color: 12480395.

HSL color Cylindrical-coordinate representation of color #8B6FBE: hue angle of 261.27º 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 #8B6FBE is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139111190-
CMYK0.270.4200.25
HSL261.27º37.8%59.02%-
HSV(B)261.27º41.58%74.51%-
XYZ25.6320.5851.34-
YUV128.38162.78135.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=31.59%
G=25.23%
B=43.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391111900.270.4200.25261.2737.859.02
Hex8B6FBE1B2A019105263b
Octal21315727633520314054673
Binary1000101111011111011111011011101010011001100000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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