#8B6FBB

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

Shades of True V #8B6FBB

Tints of True V #8B6FBB

Color information

#8B6FBB (or 0x8B6FBB) is unknown color: approx True V. HEX triplet: 8B, 6F and BB. RGB value is (139,111,187). Sum of RGB (Red+Green+Blue) = 139+111+187=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FBB is #749044. Grayscale: #7F7F7F. Windows color (decimal): -7639109 or 12283787. OLE color: 12283787.

HSL color Cylindrical-coordinate representation of color #8B6FBB: hue angle of 262.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B6FBB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB139111187-
CMYK0.260.4100.27
HSL262.11º35.85%58.43%-
HSV(B)262.11º40.64%73.33%-
XYZ25.320.4549.63-
YUV128.04161.28135.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.81%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=31.81%
G=25.40%
B=42.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391111870.260.4100.27262.1135.8558.43
Hex8B6FBB1A2901B106243a
Octal21315727332510334064472
Binary1000101111011111011101111010101001011011100000110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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