#8B6DBE

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

Shades of True V #8B6DBE

Tints of True V #8B6DBE

Color information

#8B6DBE (or 0x8B6DBE) is unknown color: approx True V. HEX triplet: 8B, 6D and BE. RGB value is (139,109,190). Sum of RGB (Red+Green+Blue) = 139+109+190=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBE is #749241. Grayscale: #7E7E7E. Windows color (decimal): -7639618 or 12479883. OLE color: 12479883.

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

Color convert

RGB139109190-
CMYK0.270.4300.25
HSL262.22º38.39%58.63%-
HSV(B)262.22º42.63%74.51%-
XYZ25.4120.1451.26-
YUV127.2163.44136.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.74%
GREEN value IS 109 (42.97% from 255) = 24.89%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=31.74%
G=24.89%
B=43.38%

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
Decimal1391091900.270.4300.25262.2238.3958.63
Hex8B6DBE1B2B019106263b
Octal21315527633530314064673
Binary1000101111011011011111011011101011011001100000110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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