#8B6DBF

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

Shades of True V #8B6DBF

Tints of True V #8B6DBF

Color information

#8B6DBF (or 0x8B6DBF) is unknown color: approx True V. HEX triplet: 8B, 6D and BF. RGB value is (139,109,191). Sum of RGB (Red+Green+Blue) = 139+109+191=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBF is #749240. Grayscale: #7F7F7F. Windows color (decimal): -7639617 or 12545419. OLE color: 12545419.

HSL color Cylindrical-coordinate representation of color #8B6DBF: hue angle of 261.95º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B6DBF is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139109191-
CMYK0.270.4300.25
HSL261.95º39.05%58.82%-
HSV(B)261.95º42.93%74.9%-
XYZ25.5220.1951.84-
YUV127.32163.94136.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.66%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 191 (75% from 255) = 43.51%
R=31.66%
G=24.83%
B=43.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391091910.270.4300.25261.9539.0558.82
Hex8B6DBF1B2B019106273b
Octal21315527733530314064773
Binary1000101111011011011111111011101011011001100000110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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