#8B6EBF

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

Shades of True V #8B6EBF

Tints of True V #8B6EBF

Color information

#8B6EBF (or 0x8B6EBF) is unknown color: approx True V. HEX triplet: 8B, 6E and BF. RGB value is (139,110,191). Sum of RGB (Red+Green+Blue) = 139+110+191=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 110 (43.36% from 255 or 25% 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 #8B6EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6EBF is #749140. Grayscale: #7F7F7F. Windows color (decimal): -7639361 or 12545675. OLE color: 12545675.

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

Color convert

RGB139110191-
CMYK0.270.4200.25
HSL261.48º38.76%59.02%-
HSV(B)261.48º42.41%74.9%-
XYZ25.6320.451.88-
YUV127.9163.61135.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 191 (75% from 255) = 43.41%
R=31.59%
G=25%
B=43.41%

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
Decimal1391101910.270.4200.25261.4838.7659.02
Hex8B6EBF1B2A019105273b
Octal21315627733520314054773
Binary1000101111011101011111111011101010011001100000101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,191); }

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

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

 a { background-color: rgb(139,110,191); }

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

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

 span { border-color: rgb(139,110,191); }

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