#8B6ACE

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

Shades of True V #8B6ACE

Tints of True V #8B6ACE

Color information

#8B6ACE (or 0x8B6ACE) is unknown color: approx True V. HEX triplet: 8B, 6A and CE. RGB value is (139,106,206). Sum of RGB (Red+Green+Blue) = 139+106+206=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B6ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ACE is #749531. Grayscale: #7E7E7E. Windows color (decimal): -7640370 or 13527691. OLE color: 13527691.

HSL color Cylindrical-coordinate representation of color #8B6ACE: hue angle of 259.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B6ACE is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139106206-
CMYK0.330.4900.19
HSL259.8º50.51%61.18%-
HSV(B)259.8º48.54%80.78%-
XYZ26.9420.2560.88-
YUV127.27172.43136.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=30.82%
G=23.50%
B=45.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391062060.330.4900.19259.850.5161.18
Hex8B6ACE2131013104333d
Octal21315231641610234046375
Binary10001011110101011001110100001110001010011100000100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,206); }

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

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

 a { background-color: rgb(139,106,206); }

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

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

 span { border-color: rgb(139,106,206); }

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