#8B7ABE

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

Shades of True V #8B7ABE

Tints of True V #8B7ABE

Color information

#8B7ABE (or 0x8B7ABE) is unknown color: approx True V. HEX triplet: 8B, 7A and BE. RGB value is (139,122,190). Sum of RGB (Red+Green+Blue) = 139+122+190=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B7ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABE is #748541. Grayscale: #868686. Windows color (decimal): -7636290 or 12483211. OLE color: 12483211.

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

Color convert

RGB139122190-
CMYK0.270.3600.25
HSL255º34.34%61.18%-
HSV(B)255º35.79%74.51%-
XYZ26.923.1351.76-
YUV134.83159.13130.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=30.82%
G=27.05%
B=42.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391221900.270.3600.2525534.3461.18
Hex8B7ABE1B24019ff223d
Octal21317227633440313774275
Binary100010111111010101111101101110010001100111111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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