#8B7AC1

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

Shades of True V #8B7AC1

Tints of True V #8B7AC1

Color information

#8B7AC1 (or 0x8B7AC1) is unknown color: approx True V. HEX triplet: 8B, 7A and C1. RGB value is (139,122,193). Sum of RGB (Red+Green+Blue) = 139+122+193=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B7AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AC1 is #74853E. Grayscale: #868686. Windows color (decimal): -7636287 or 12679819. OLE color: 12679819.

HSL color Cylindrical-coordinate representation of color #8B7AC1: hue angle of 254.37º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7AC1 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB139122193-
CMYK0.280.3700.24
HSL254.37º36.41%61.76%-
HSV(B)254.37º36.79%75.69%-
XYZ27.2323.2653.51-
YUV135.18160.63130.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 122 (48.05% from 255) = 26.87%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=30.62%
G=26.87%
B=42.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1391221930.280.3700.24254.3736.4161.76
Hex8B7AC11C25018fe243e
Octal21317230134450303764476
Binary100010111111010110000011110010010101100011111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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