#8B73BA

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

Shades of True V #8B73BA

Tints of True V #8B73BA

Color information

#8B73BA (or 0x8B73BA) is unknown color: approx True V. HEX triplet: 8B, 73 and BA. RGB value is (139,115,186). Sum of RGB (Red+Green+Blue) = 139+115+186=440 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.59% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73BA is #748C45. Grayscale: #828282. Windows color (decimal): -7638086 or 12219275. OLE color: 12219275.

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

Color convert

RGB139115186-
CMYK0.250.3800.27
HSL260.28º33.97%59.02%-
HSV(B)260.28º38.17%72.94%-
XYZ25.6421.349.21-
YUV130.27159.45134.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.59%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=31.59%
G=26.14%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391151860.250.3800.27260.2833.9759.02
Hex8B73BA192601B104223b
Octal21316327231460334044273
Binary1000101111100111011101011001100110011011100000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,186); }

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

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

 a { background-color: rgb(139,115,186); }

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

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

 span { border-color: rgb(139,115,186); }

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