#8A6FBB

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

Shades of True V #8A6FBB

Tints of True V #8A6FBB

Color information

#8A6FBB (or 0x8A6FBB) is unknown color: approx True V. HEX triplet: 8A, 6F and BB. RGB value is (138,111,187). Sum of RGB (Red+Green+Blue) = 138+111+187=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6FBB is #759044. Grayscale: #7F7F7F. Windows color (decimal): -7704645 or 12283786. OLE color: 12283786.

HSL color Cylindrical-coordinate representation of color #8A6FBB: hue angle of 261.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A6FBB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB138111187-
CMYK0.260.4100.27
HSL261.32º35.85%58.43%-
HSV(B)261.32º40.64%73.33%-
XYZ25.1420.3649.62-
YUV127.74161.45135.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=31.65%
G=25.46%
B=42.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381111870.260.4100.27261.3235.8558.43
Hex8A6FBB1A2901B105243a
Octal21215727332510334054472
Binary1000101011011111011101111010101001011011100000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,111,187); }

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

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

 a { background-color: rgb(138,111,187); }

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

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

 span { border-color: rgb(138,111,187); }

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