#8B73BE

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

Shades of True V #8B73BE

Tints of True V #8B73BE

Color information

#8B73BE (or 0x8B73BE) is unknown color: approx True V. HEX triplet: 8B, 73 and BE. RGB value is (139,115,190). Sum of RGB (Red+Green+Blue) = 139+115+190=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B73BE is #748C41. Grayscale: #828282. Windows color (decimal): -7638082 or 12481419. OLE color: 12481419.

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

Color convert

RGB139115190-
CMYK0.270.3900.25
HSL259.2º36.59%59.8%-
HSV(B)259.2º39.47%74.51%-
XYZ26.0721.4751.48-
YUV130.73161.45133.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=31.31%
G=25.90%
B=42.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391151900.270.3900.25259.236.5959.8
Hex8B73BE1B27019103253c
Octal21316327633470314034574
Binary1000101111100111011111011011100111011001100000011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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