#8B6FBD

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

Shades of True V #8B6FBD

Tints of True V #8B6FBD

Color information

#8B6FBD (or 0x8B6FBD) is unknown color: approx True V. HEX triplet: 8B, 6F and BD. RGB value is (139,111,189). Sum of RGB (Red+Green+Blue) = 139+111+189=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B6FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FBD is #749042. Grayscale: #7F7F7F. Windows color (decimal): -7639107 or 12414859. OLE color: 12414859.

HSL color Cylindrical-coordinate representation of color #8B6FBD: hue angle of 261.54º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B6FBD is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139111189-
CMYK0.260.4100.26
HSL261.54º37.14%58.82%-
HSV(B)261.54º41.27%74.12%-
XYZ25.5220.5350.76-
YUV128.26162.28135.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=31.66%
G=25.28%
B=43.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391111890.260.4100.26261.5437.1458.82
Hex8B6FBD1A2901A106253b
Octal21315727532510324064573
Binary1000101111011111011110111010101001011010100000110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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