#8B7ABD

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

Shades of True V #8B7ABD

Tints of True V #8B7ABD

Color information

#8B7ABD (or 0x8B7ABD) is unknown color: approx True V. HEX triplet: 8B, 7A and BD. RGB value is (139,122,189). Sum of RGB (Red+Green+Blue) = 139+122+189=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B7ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7ABD is #748542. Grayscale: #868686. Windows color (decimal): -7636291 or 12417675. OLE color: 12417675.

HSL color Cylindrical-coordinate representation of color #8B7ABD: hue angle of 255.22º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B7ABD is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB139122189-
CMYK0.260.3500.26
HSL255.22º33.67%60.98%-
HSV(B)255.22º35.45%74.12%-
XYZ26.7923.0851.19-
YUV134.72158.63131.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 189 (74.22% from 255) = 42%
R=30.89%
G=27.11%
B=42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391221890.260.3500.26255.2233.6760.98
Hex8B7ABD1A2301Aff223d
Octal21317227532430323774275
Binary100010111111010101111011101010001101101011111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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